g++ on RH6.0 "Internal compiler error 980711"

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Sat Jul 31 23:33:00 GMT 1999


> I stripped my original code down to this self-contained
> (meaningless) snippet.

Thanks for your bug report. gcc-2.95 19990717 says

a.cc:16: parse error before `&'
a.cc:16: missing ';' before right brace

so it appears the bug is fixed. As you probably know: your code is in
error, and it should read

        PlaneThruOrigin(math::VectorC3& v) : normal(v) {}

Regards,
Martin



More information about the Gcc-bugs mailing list