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]

Error report


While compiling some source files that I cannot display or send due to NDAs, I
found the following error.


Although there is nothing serious about it, if a struct is declared without a
closing brace and a semi-colon, an internal error is reported with the
instructions to write here...  

I thought that since it is just a simple typematic error that the compiler
should give an error like (parse error before ';' ) instead of:

FPObj.h:274: Internal compiler error.
FPObj.h:274: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
FPObj.h:274: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.


I'm using egcs-2.91.66 that came with a SuSE 6.1
distribution installed on a Pentium ][.


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