dwarfout_finish bug

Richard Emberson emberson@netintouch.com
Tue Aug 10 09:10:00 GMT 1999


 > date
Tue Aug 10 09:07:21 PDT 1999
 >  cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/egcs -z 9 co
-rgcc-2_95-branch egcs
 > cd egcs/
 > ./configure --enable-languages="c++,java" --enable-threads=posix
 > make bootstrap
 > make install
 > cd ../guavac-1.2
 > ./configure
 > make
for subdir in common compiler man doc checks; do \
  echo making all in $subdir; \
  (cd $subdir && /usr/local/bin/make  all) || exit 1; \
done
making all in common
make[1]: Entering directory `/home/emberson/src/guavac-1.2/common'
c++ -g -I. -I.. -I./../common -I.  -c JavaAttribute.C
InnerClassesTable.h:44: Internal compiler error in `dwarfout_finish', at
dwarfout.c:6098
Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for
instructions.
make[1]: *** [JavaAttribute.o] Error 1
make[1]: Leaving directory `/home/emberson/src/guavac-1.2/common'
make: *** [all] Error 1
emberson@olympia(185)>c++ -v
Reading specs from
/usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.95.1/specs
gcc version 2.95.1 19990809 (prerelease)




More information about the Gcc-bugs mailing list