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


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

Re: egcs bug: local classes in member functions of template classes


> The following code generates an internal compiler error.

Thanks for your bug report. gcc-2.95 19990523 says

a.cc: In function `int main()':
a.cc:34: `Callback' undeclared (first use this function)
a.cc:34: (Each undeclared identifier is reported only once
a.cc:34: for each function it appears in.)
a.cc:34: parse error before `;'
a.cc:36: `cb' undeclared (first use this function)

so it seems that the bug has been fixed.


> If there's a bug-submission faq, I apologise for not having it (or
> knowing where it is... hmm, maybe a URL to the bug submission faq
> would be good to add to the internal compiler error message?)

There is: http://egcs.cygnus.com/faq.html#bugreport. Since egcs 1.1.1
(I believe), the ICE message also refers to that web page.

Also, the info files have more detailed instructions for Reporting
Bugs. However, your bug report was complete, so no need to worry.

Regards,
Martin


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