------- 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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


Reply via email to