This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/34154] gcc 4.1.1 bug / case ranges / unsigned long long
- From: "remi dot chateauneu at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Nov 2007 21:47:08 -0000
- Subject: [Bug c/34154] gcc 4.1.1 bug / case ranges / unsigned long long
- References: <bug-34154-15387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from remi dot chateauneu at gmail dot com 2007-11-19 21:47 -------
Created an attachment (id=14582)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14582&action=view)
Small program demonstrating the bug.
this code does produce the value 19
on i686-pc-linux-gnu with gcc 2.95.3, 3.3.6, and 3.4.6,
but the value 20 with gcc 4.0.4, 4.1.2, and 4.2.2.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34154