[Bug tree-optimization/79955] GLIBC build fails after r245840

2017-03-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79955 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/79955] GLIBC build fails after r245840

2017-03-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79955 --- Comment #3 from Richard Biener --- Author: rguenth Date: Wed Mar 8 14:10:47 2017 New Revision: 245976 URL: https://gcc.gnu.org/viewcvs?rev=245976&root=gcc&view=rev Log: 2017-03-08 Richard Biener PR tree-optimization/79955

[Bug tree-optimization/79955] GLIBC build fails after r245840

2017-03-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79955 --- Comment #2 from Richard Biener --- Testcase that is fixed (at -O2, at -O1 we do not run isolate-paths...) /* { dg-do compile } */ /* { dg-options "-O2 -Wmaybe-uninitialized" } */ int foo (int x) { int y; if (x) return *(&y + 1); /*

[Bug tree-optimization/79955] GLIBC build fails after r245840

2017-03-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79955 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|