------- Additional Comments From reichelt at gcc dot gnu dot org 2004-03-24 16:51 ------- Looks like Falk is right, I'll attach a short testcase which has the following form:
============================ template <int> struct A {}; // lots of empty lines void foo() { A<0> a; } ============================ If the funtion is in line 524288, I get the ICE, if it is in line 524287 I don't. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Severity|normal |critical Status|WAITING |NEW Component|preprocessor |middle-end Ever Confirmed| |1 Known to fail| |3.3 3.3.1 3.3.2 3.3.3 Known to work| |2.95.3 3.4.0 3.5.0 Last reconfirmed|0000-00-00 00:00:00 |2004-03-24 16:51:21 date| | Summary|ICE in final.c:2117 when |[3.3 regression] ICE in |compiling a huge source file|final.c:2117 when compiling | |a huge source file Target Milestone|--- |3.3.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711 ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.