gcc-5-20160927 is now available

2016-09-27 Thread gccadmin
Snapshot gcc-5-20160927 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20160927/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-5

Successful bootstrap and install of gcc (GCC) 6.2.0 on mips64-unknown-linux-gnu

2016-09-27 Thread Aaro Koskinen
Hi, Here's a report of a successful build and install of GCC: $ gcc-6.2.0/config.guess mips64-unknown-linux-gnu $ newcompiler/bin/gcc -v Using built-in specs. COLLECT_GCC=newcompiler/bin/gcc COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/mips-unknown-linux-gnu/6.2.0/lto-wrapper T

Re: sprintf warning on overlapping output

2016-09-27 Thread Martin Sebor
On 09/25/2016 03:46 AM, Bernd Edlinger wrote: Hi Martin, in the past I have seen (and fixed) code like sprintf(buf, "%s %d", buf, x); that may possibly work by chance, but usually produces undefined results. Do you see a way to enhance the warning for cases where the output buffer overlaps an

Re: Optimization question

2016-09-27 Thread Florian Weimer
* Nikolaus Dunn: > I've run into an issue where turning on compiler optimization using > -O1 or higher causes an issue in my program. Specifically, I am > replacing the new and delete operators globally to perform some real > time allocation tracking. When I compile with -O1 or -O2, my > implement

Optimization question

2016-09-27 Thread Nikolaus Dunn
Hi guys, I've run into an issue where turning on compiler optimization using -O1 or higher causes an issue in my program. Specifically, I am replacing the new and delete operators globally to perform some real time allocation tracking. When I compile with -O1 or -O2, my implementation of new

Re: Oliver Hainque as co-maintainer of the VxWorks port.

2016-09-27 Thread Olivier Hainque
> On Sep 26, 2016, at 14:15 , Ramana Radhakrishnan > wrote: > > I am pleased to announce that the GCC Steering Committee has > appointed Oliver Hainque as co-maintainer for the VxWorks port. > > Please join me in congratulating Oliver on his new role. > > Oliver, please update your listing in

Announce: GNU MPFR 3.1.5 is released

2016-09-27 Thread Vincent Lefevre
GNU MPFR 3.1.5 ("canard à l'orange", patch level 5), a C library for multiple-precision floating-point computations with correct rounding, is now available for download from the MPFR web site: http://www.mpfr.org/mpfr-3.1.5/ from InriaForge: https://gforge.inria.fr/projects/mpfr/ and from t