This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the EGCS project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]