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]

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


Hi!

look at this:

# which g++
/opt/FREE-SOFTWARE/egcs-20010227/bin/g++

# which as
/opt/FREE-SOFTWARE/egcs-20010305/bin/as
(Yes, Alexandre O., the binutils are *always* from the same day ;-] )

# ../gcc/configure
--with-gcc-version-trigger=/work/markus/GCC/gcc/gcc/version.c
--host=hppa2.0w-hp-hpux11.00 --prefix=/opt/FREE-SOFTWARE/egcs-20010305
--with-gnu-as --enable-version-specific-runtime-libs --norecursion
[... no errors ...]

#make bootstrap
[...]
gcc -c  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/config -I../../gcc/gcc/../include
../../gcc/gcc/dwarf2asm.c -o dwarf2asm.o
../../gcc/gcc/dwarf2asm.c: In function `dw2_asm_output_delta':
../../gcc/gcc/dwarf2asm.c:156: too many arguments to function
`smallest_mode_for_size'
../../gcc/gcc/dwarf2asm.c: In function `dw2_asm_output_pcrel':
../../gcc/gcc/dwarf2asm.c:209: warning: unused parameter `size'
../../gcc/gcc/dwarf2asm.c:209: warning: unused parameter `label'
../../gcc/gcc/dwarf2asm.c: In function `dw2_asm_output_nstring':
../../gcc/gcc/dwarf2asm.c:332: warning: pointer targets in passing arg 2
of `output_ascii' differ in signedness
make[2]: *** [dwarf2asm.o] Error 1
make[2]: Leaving directory `/work/markus/GCC/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/work/markus/GCC/build/gcc'
make: *** [bootstrap] Error 2


Many thanks for a fix in advance


Markus


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