gcc-5-20141012 is now available

2014-10-12 Thread gccadmin
Snapshot gcc-5-20141012 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20141012/ 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/trunk revision

Re: RTL infrastructure leaks VALUE expressions into aliasing-detecting functions

2014-10-12 Thread Uros Bizjak
On Fri, Oct 10, 2014 at 8:37 PM, Uros Bizjak wrote: >> Right. And my question is what happens if we aren't as aggressive here. >> What happens if before this check we return nonzero if X or Y is a VALUE? >> Do we then get into memrefs_conflict_p and does it do the right thing? > > Following patc

[Consult] g++: About "-Wunused-variable" for constant variable initialized by function

2014-10-12 Thread Chen Gang
Hello All: I found an issue about g++, it is OK for "-Wall -O0", but will report -Wunused-variable for "-Wall -O1|2|3|s". The original version (e.g. gcc 4.8.3 redhat version) does not report warning for "-Wall -O?". The related operation: [root@localhost qemu_cc]# cat test.cc const char n()