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

Compilation using -O2 Problem


I am trying to compile my code,
it compiles fine when I don't use the -O2 option
as as soon as I ue it I get the following errror:

hashtabledata.cpp:38: Internal compiler error.
hashtabledata.cpp:38: Please submit a full bug report to
`bug-g++@prep.ai.mit.edu'.
make: *** [hashtabledata.lo] Error 1

Why is this ?
 How can I get more compile info to know what's going on ?

Thanks



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