From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gerald E. Bennett" To: help-gcc@gnu.org Subject: Compilation using -O2 Problem Date: Thu, 07 Oct 1999 17:17:00 -0000 Message-id: <7tiqq8$fnj$1@nntp.smartdna.com> X-SW-Source: 1999-10/msg00111.html 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gerald E. Bennett" To: help-gcc@gnu.org Subject: Compilation using -O2 Problem Date: Sun, 31 Oct 1999 13:57:00 -0000 Message-ID: <7tiqq8$fnj$1@nntp.smartdna.com> X-SW-Source: 1999-10n/msg00111.html Message-ID: <19991031135700.fK7_KE1VWkvEXE9OZQlF5uMyeUe5FVJDGiYWrgpAyZA@z> 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