This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jan 2006 09:25:33 -0000
- Subject: [Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression
- References: <bug-25183-11794@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from rguenth at gcc dot gnu dot org 2006-01-03 09:25 -------
Subject: Bug 25183
Author: rguenth
Date: Tue Jan 3 09:25:29 2006
New Revision: 109273
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109273
Log:
2006-01-03 Richard Guenther <rguenther@suse.de>
PR c/25183
* stmt.c (add_case_node): Make sure to clear overflow flags
from ranges.
* gcc.dg/torture/pr25183.c: New testcase.
Added:
branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr25183.c
- copied unchanged from r109272,
trunk/gcc/testsuite/gcc.dg/torture/pr25183.c
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/stmt.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25183