[Bug tree-optimization/55985] Misleading message about which variable 'may be used uninitialized in this function'

2017-03-21 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55985 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/55985] Misleading message about which variable 'may be used uninitialized in this function'

2017-03-20 Thread jonathan.leffler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55985 --- Comment #2 from Jonathan Leffler --- This problem has been mostly resolved in 5.3.0 (and quite possibly earlier): $ gcc -O3 -Werror -Wall -g -std=c99 -c -o gccbug.o gccbug.c gccbug.c: In function ‘updtypes’: gccbug.c:20:18: error:

[Bug tree-optimization/55985] Misleading message about which variable 'may be used uninitialized in this function'

2013-01-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55985 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|