gcc-5-20160705 is now available

2016-07-05 Thread gccadmin
Snapshot gcc-5-20160705 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20160705/ 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

Re: Deprecating basic asm in a function - What now?

2016-07-05 Thread Jason Merrill
On Mon, Jul 4, 2016 at 12:09 PM, Frank Ch. Eigler wrote: > jwakely.gcc wrote: > >> [...] (When we switched Fedora to using GCC 6, with C++14 enabled by >> default, dozens and dozens of C++ packages failed to compile, >> because even in 2016 nobody had ever tried to compile them with >> C++11 featu

Re: Deprecating basic asm in a function - What now?

2016-07-05 Thread Toon Moene
On 07/04/2016 03:43 PM, Jonathan Wakely wrote: On 22 June 2016 at 10:28, David Wohlferd wrote: And I *get* that it takes time to re-write this, and people have schedules, lives, a need for sleep. But even under the most insanely aggressive schedule I can imagine (if gcc continue to release ~

Re: [gimplefe] Parsing PHI functions

2016-07-05 Thread Richard Biener
On Mon, Jul 4, 2016 at 8:58 PM, Prasad Ghangal wrote: > On 4 July 2016 at 15:17, Richard Biener wrote: >> On Sun, Jul 3, 2016 at 9:34 AM, Prasad Ghangal >> wrote: >>> In this patch, I am passing labels and vars with internal function and >>> handling them in tree-cfg for parsing PHI. >>> For fi

Re: [RFC][Draft patch] Introduce IntegerSanitizer in GCC.

2016-07-05 Thread Maxim Ostapenko
CC'ing Jakub, Marek and Kostya, sanitizer maintainers in GCC. On 04/07/16 14:12, Maxim Ostapenko wrote: Hi! Although in languages like C and C++ unsigned integer overflow reliably wraps around and well defined, sometimes it may indicate an error in code and lead to undesirable consequences an