This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/54014] Value Range propagation bug
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 19 Jul 2012 07:49:45 +0000
- Subject: [Bug tree-optimization/54014] Value Range propagation bug
- Auto-submitted: auto-generated
- References: <bug-54014-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54014
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-07-19 07:49:45 UTC ---
But you aren't compiling with -fwrapv, are you? If you were, it would be
defined (as a C standard extension) to what you are expecting.