------- Additional Comments From reichelt at gcc dot gnu dot org  2004-03-24 
17:08 -------
Well, here's an even shorter testcase:

=======================================
template <int> struct A {};
# line 524288
void foo() { A<0> a; }
=======================================

In the original example it's not the preprocessing that bit us
(like Andrew suggested in comment #5).
The line numbers were really that high.

It's amazing however, that the bug in the preprocessor Andrew
mentioned never causes this kind of trouble.


-- 


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