This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the EGCS project.
Re: g++ on RH6.0 "Internal compiler error 980711"
- To: EPTheCoder@aol.com
- Subject: Re: g++ on RH6.0 "Internal compiler error 980711"
- From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Date: Thu, 29 Jul 1999 10:33:15 +0200
- CC: gcc-bugs@gcc.gnu.org
- References: <7544902c.24cfb849@aol.com>
> 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