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: internal compiler error on template instantiation


> Please find attached a bug report on an internal compiler error.
> If you need additional information, just ask.

Thanks for your bug report. gcc-2.95 19990529 says

templbug1.cpp: In instantiation of `Base<Record>':
templbug1.cpp:17:   instantiated from here
templbug1.cpp:13: invalid use of undefined type `class Record'
templbug1.cpp:16: forward declaration of `class Record'
templbug1.cpp:13: template argument 1 is invalid

so it seems that the bug has been fixed.

Regards,
Martin


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