This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/14711] [3.3 regression] ICE in final.c:2117 when compiling a huge source file
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2004 17:44:18 -0000
- Subject: [Bug middle-end/14711] [3.3 regression] ICE in final.c:2117 when compiling a huge source file
- References: <20040324065726.14711.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-03-24 17:44 -------
A major difference between my example in comment #10 and Giovanni's in
comment #11 is that the former ICEs when the line number exceeds 2^19
and the latter when it exceeds 2^31.
Maybe both bugs have differewnt underlying reasons:
2^31 looks like trouble with signed/unsigned integers
whereas 2^19 looks like trouble with something else.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711