This is the mail archive of the gcc-patches@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]

egcs-g++-971215: Internal compiler error 252



The following code gives out a 252 internal compiler error:

#include <stddef.h>

int main()
{
   throw(NULL);
}

and here are the erros from egcs 971215 (Solaris 2.5.1 x86):

dumb.cc: In function `const class type_info & __tf?()':
dumb.cc:5: Internal compiler error 252.
dumb.cc:5: Please submit a full bug report to `egcs-bugs@cygnus.com'.

Regards,
                                                                Julian

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