This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/22429] [4.1 Regression] -1073741824 <= n && n <= 1073741823 is true where n is 1073741824
- From: "bonzini at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Oct 2005 16:05:29 -0000
- Subject: [Bug middle-end/22429] [4.1 Regression] -1073741824 <= n && n <= 1073741823 is true where n is 1073741824
- References: <bug-22429-2489@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from bonzini at gcc dot gnu dot org 2005-10-13 16:05 -------
Sorry, let me rephrase. Could build_range_check not cast to the unsigned type
if flag_wrapv?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22429