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

snapshot bootstrap fails on hppa1.1-hpux11.00


Hi,
	I'm having problems compiling yesterday's (1/22/2001) and today's
snapshot on hppa1.1-hpux11.00.  It gets thru stage3 and tries to compile
libstdc++ and aborts with internal compile error.

Making all in libsupc++
make[4]: Entering directory
`/home/syu/dev/gcc/objdir/hppa1.1-hp-hpux11.00/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag disable-shared --tag CXX --mode=compile
/home/syu/dev/gcc/objdir/gcc/g++   
 -B/home/syu/dev/gcc/objdir/gcc/ -nostdinc++
-L/home/syu/dev/gcc/objdir/hppa1.1-hp-hpux11.00/libst$
 -I/home/syu/dev/gcc/libstdc++-v3/include/std
-I/home/syu/dev/gcc/libstdc++-v3/include/c_std
-I../include    -I/home/syu/dev/gcc/libstdc++-v3/libsupc++  
-g -O2 -fno-implicit-templates  -prefer-pic     -Wall -Wno-format -W
-Wwrite-strings -Winline
  -fdiagnostics-show-location=once              -ffunction-sections
-fdata-sections  -g    -c
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc
/home/syu/dev/gcc/objdir/gcc/g++ -B/home/syu/dev/gcc/objdir/gcc/ -nostdinc++

-L/home/syu/dev/gcc/objdir/hppa1.1-hp-hpux11.00/libstdc++-v3/src 
-L/home/syu/dev/gcc/objdir/hppa1.1-hp-hpux11.00/libstdc++-v3/src/.libs 
-B/usr/local/hppa1.1-hp-hpux11.00/bin/
-B/usr/local/hppa1.1-hp-hpux11.00/lib/ 
-isystem /usr/local/hppa1.1-hp-hpux11.00/include
-I/home/syu/dev/gcc/libstdc++-v3/../gcc 
-I/home/syu/dev/gcc/libstdc++-v3/../include
-I/home/syu/dev/gcc/libstdc++-v3/include 
-I/home/syu/dev/gcc/libstdc++-v3/include/std
-I/home/syu/dev/gcc/libstdc++-v3/include/c_std 
 -I../include -I/home/syu/dev/gcc/libstdc++-v3/libsupc++ -g -O2
-fno-implicit-templates -Wall 
 -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once 
-ffunction-sections -fdata-sections -g -c 
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc  -fPIC -DPIC
-o exception_support.o
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc:0: warning:
-ffunction-sections
   may affect debugging on some targets.
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc: In function
   `cp_eh_info* __start_cp_handler()':
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc:126: warning:
new
   declaration `cp_eh_info* __start_cp_handler()'
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc:126: warning:
ambiguates
   built-in declaration `cp_eh_info* __start_cp_handler()'
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc: In function
   `void __check_eh_spec(int, const void**)':
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc:341:
output_operand:
   invalid expression as operand
/home/syu/dev/gcc/libstdc++-v3/libsupc++/exception_support.cc:341: Internal
   compiler error in output_operand_lossage, at final.c:3394 
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [exception_support.lo] Error 1
make[4]: Leaving directory
`/home/syu/dev/gcc/objdir/hppa1.1-hp-hpux11.00/libstdc++-v3/libsupc++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/syu/dev/gcc/objdir/hppa1.1-hp-hpux11.00/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/home/syu/dev/gcc/objdir/hppa1.1-hp-hpux11.00/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/syu/dev/gcc/objdir'
make: *** [bootstrap] Error 2

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