This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/14711] ICE in final.c:2117 when compiling a huge source file
- From: "pinskia 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 16:50:13 -0000
- Subject: [Bug preprocessor/14711] 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 pinskia at gcc dot gnu dot org 2004-03-24 16:50 -------
The problem is that the preprocess is making the line numbers wrong:
# 4294967290 "/Users/pinskia/gcc-3.3/include/c++/3.3.3/cctype" 3
I think the the negative numbers was just fixed on the 3.3 branch (like yesterday), can you try again?
--
What |Removed |Added
----------------------------------------------------------------------------
Component|middle-end |preprocessor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711