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]

another bootstrap failure of today's cvs tree on hppa2.0w-hp-hpux11.00


When configured without gnu-as the bootstrap runs through, but
a gmake install misses the libs and the standard headers

trying a gmake after gmake bootstrap (which fails as expected
due to timestamps) yields:

[...]
/work/markus/GCC/build/gcc/g++ -B/work/markus/GCC/build/gcc/ -nostdinc++
-isystem /work/markus/GCC/gcc/libstdc++ -isystem
/work/markus/GCC/gcc/libstdc++/std -isystem
/work/markus/GCC/gcc/libstdc++/stl -isystem /work/markus/GCC/gcc/libio
-isystem /work/markus/GCC/build/hppa2.0w-hp-hpux11.00/libio
-L/work/markus/GCC/build/hppa2.0w-hp-hpux11.00/libstdc++
-B/work/markus/opt/egcs-000920/hppa2.0w-hp-hpux11.00/bin/
-B/work/markus/opt/egcs-000920/hppa2.0w-hp-hpux11.00/lib/ -isystem
/work/markus/opt/egcs-000920/hppa2.0w-hp-hpux11.00/include -c -g -O2
-fno-implicit-templates -I. -I../../../gcc/libio -nostdinc++ 
../../../gcc/libio/filebuf.cc
cc1plus: warning: -g is only supported when using GAS on this processor,
cc1plus: warning: -g option disabled.
../../../gcc/libio/filebuf.cc: In constructor `filebuf::filebuf ()':
../../../gcc/libio/filebuf.cc:42: Internal compiler error in , at
varasm.c:3813
   Please submit a full bug report.
   See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake[1]: *** [filebuf.o] Error 1
gmake[1]: Leaving directory
`/work/markus/GCC/build/hppa2.0w-hp-hpux11.00/libio'
gmake: *** [all-target-libio] Error 2





was configured with:
../gcc/configure --prefix=/work/markus/opt/egcs-000920
--enable-version-specific-runtime-libs --enable-languages=c++
--without-gnu-as --without-gnu-ld

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