Internal compiler error (egcs-1.0.3a)

Jeffrey A Law law@cygnus.com
Thu Aug 13 21:58:00 GMT 1998


  In message < 199808122327.RAA03417@bahamut.fsl.noaa.gov >you write:
  > 
  > Compiler and host info:
  > 
  > orca(afps) > /usr/local/egcs-1.0.3a/bin/c++ --version
  > egcs-2.90.29 980515 (egcs-1.0.3 release)
  > orca(afps) > uname -a
  > HP-UX orca B.10.20 A 9000/755 unknown
  > 
  > The error:
  > 
  > /usr/local/egcs-1.0.3a/bin/c++ -fno-implicit-templates -c -fguiding-decls -
  > O3 -Wall  -I../include      EST_Pathname_unix.cc 
  > EST_Pathname_unix.cc: In method `class EST_TList<EST_String> EST_Pathname::
  > entries(int = 1) const':
  > EST_Pathname_unix.cc:125: Internal compiler error.
  > EST_Pathname_unix.cc:125: Please submit a full bug report to `egcs-bugs@cyg
  > nus.com'.
Unfortunately, your testcase is not self-contained, no nobody can actually
look into the problem.  We need the cpp output before we can even
start to debug this problem.

Compile your testcase with "-save-temps", that will generate a .ii file
which is the cpp output.  Given that file we might be able to help you.
jeff



More information about the Gcc-bugs mailing list