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 with egcs


> 	While compiling some source code the compiler reported an internal
> compiler error.  I saw that the code in question had an obvious syntax
> error, so I managed to isolate the offending code & create a sample that
> generates the error.

Thanks for your bug report. egcs-2.93.21 reports

error.cpp:21: `Bar<long int>' specified as declarator-id
error.cpp:21: syntax error before `;'
error.cpp: In function `int main()':
error.cpp:25: `LongBar' undeclared (first use this function)

so it appears 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]