This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/52904] -Wstrict-overflow false alarm with bounded loop
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 17 Aug 2016 09:13:54 +0000
- Subject: [Bug tree-optimization/52904] -Wstrict-overflow false alarm with bounded loop
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-52904-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |xfail
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> ---
Re-opening because I am fixing a bug that makes the diagnostic re-appear (it
was "fixed" by a bug that caused us to meet [0, +INF] and [1, +INF(OVF)] as [0,
+INF]
rather than [0, +INF(OVF)]).