https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217
Andrew Pinski changed:
What|Removed |Added
Known to fail||7.5.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217
Martin Sebor changed:
What|Removed |Added
Last reconfirmed||2015-11-11
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217
--- Comment #5 from Michael Veksler ---
Running the delta.c example with -fdump-tree-all-all-lineno produces
delta.c.125t.vrp2.
For some reason, stop_9 (which is the first stop_.* in the file) is initialized
with stop_9 = barD.1593 (), but it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217
--- Comment #4 from Manuel López-Ibáñez ---
(In reply to Michael Veksler from comment #2)
>
> This make no sense at all and significantly lowers the usability of
> -Wstrict-overflow=3. Either VRP or constant-propagation must have realized
> that
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen