------- Additional Comments From reichelt at gcc dot gnu dot org 2004-03-24 20:14 ------- All you need to see the compiler crash is the following testcase:
=================================== class bug { void foo() { // lots of empty lines }} =================================== When the line number of the last line exceeds 2^15, the compiler crashes. So this looks a lot like PR14711. Only the front end is a different one and the line number for the crash is much smaller. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed| |1 Known to fail| |3.0 3.0.1 3.0.2 3.0.3 3.0.4 | |3.1 3.1.1 3.1.2 3.2 3.2.1 | |3.2.2 3.2.3 3.3 3.3.1 3.3.2 | |3.3.3 Known to work| |3.4.0 3.5.0 Last reconfirmed|0000-00-00 00:00:00 |2004-03-24 20:14:19 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14712 ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.