This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/14711] [3.3 regression] ICE in final.c:2117 when compiling a huge source file


------- Additional Comments From giovannibajo at libero dot it  2004-03-24 17:09 -------
Notice that the ICE itself can be reproduced with:

---------------------
# 4294967290
void foo(void) { }
---------------------

but only with 3.3, it's gone on 3.4 and mainline. Of course, the real problem 
is that pp shouldn't generate those line numbers in the first place, as noticed 
by Andrew.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]