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

egcs-19981101 snapshot build fails on HP-UX & AIX



The bootstrap of egcs-19981101 (patched up from 1026) fails on
rs6000-ibm-aix4.2.0.0 and hppa1.1-hp-hpux10.20 from user_label_prefix being
undeclared in gcc/filter.c and gcc/cpplib.c .

gcc -c  -DIN_GCC    -g -W -Wall  -DHAVE_CONFIG_H -DHAIFA    -I.
-I/rand/rdb/src/egcs-19981101/gcc -I/rand/rdb/src/egcs-19981101/gcc/config
-I/rand/rdb/src/egcs-19981101/gcc/../include
/rand/rdb/src/egcs-19981101/gcc/final.c
/rand/rdb/src/egcs-19981101/gcc/final.c: In function `init_final':
/rand/rdb/src/egcs-19981101/gcc/final.c:320: warning: unused parameter
`filename'
/rand/rdb/src/egcs-19981101/gcc/final.c: In function `final_start_function':
/rand/rdb/src/egcs-19981101/gcc/final.c:1581: warning: unused parameter
`optimize'
/rand/rdb/src/egcs-19981101/gcc/final.c: In function `final_end_function':
/rand/rdb/src/egcs-19981101/gcc/final.c:1773: warning: unused parameter `first'
/rand/rdb/src/egcs-19981101/gcc/final.c:1775: warning: unused parameter
`optimize'
/rand/rdb/src/egcs-19981101/gcc/final.c: In function `final_scan_insn':
/rand/rdb/src/egcs-19981101/gcc/final.c:2847: warning: implicit declaration of
function `cleanup_subreg_operands'
/rand/rdb/src/egcs-19981101/gcc/final.c:2038: warning: unused variable `i'
/rand/rdb/src/egcs-19981101/gcc/final.c: At top level:
/rand/rdb/src/egcs-19981101/gcc/final.c:3031: warning: type mismatch with
previous implicit declaration
/rand/rdb/src/egcs-19981101/gcc/final.c:2847: warning: previous implicit
declaration of `cleanup_subreg_operands'
/rand/rdb/src/egcs-19981101/gcc/final.c:3031: warning: `cleanup_subreg_operands'
was previously implicitly declared to return `int'
/rand/rdb/src/egcs-19981101/gcc/final.c: In function `asm_fprintf':
/rand/rdb/src/egcs-19981101/gcc/final.c:3834: `user_label_prefix' undeclared
(first use in this function)
/rand/rdb/src/egcs-19981101/gcc/final.c:3834: (Each undeclared identifier is
reported only once
/rand/rdb/src/egcs-19981101/gcc/final.c:3834: for each function it appears in.)
make[2]: *** [final.o] Error 1
make[2]: Leaving directory `/cics/local/src/egcs-19981101.obj/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/cics/local/src/egcs-19981101.obj/gcc'
make: *** [bootstrap-lean] Error 2

gcc -c  -DIN_GCC    -g -W -Wall  -DHAVE_CONFIG_H -DHAIFA    -I.
-I../../egcs-19981101/gcc -I../../egcs-19981101/gcc/config
-I../../egcs-19981101/gcc/../include ../../egcs-19981101/gcc/final.c
./../egcs-19981101/gcc/final.c: In function `init_final':
./../egcs-19981101/gcc/final.c:320: warning: unused parameter `filename'
./../egcs-19981101/gcc/final.c: In function `final_start_function':
./../egcs-19981101/gcc/final.c:1581: warning: unused parameter `optimize'
./../egcs-19981101/gcc/final.c: In function `profile_after_prologue':
./../egcs-19981101/gcc/final.c:1680: warning: unused parameter `file'
./../egcs-19981101/gcc/final.c: In function `final_end_function':
./../egcs-19981101/gcc/final.c:1773: warning: unused parameter `first'
./../egcs-19981101/gcc/final.c:1775: warning: unused parameter `optimize'
./../egcs-19981101/gcc/final.c: In function `final_scan_insn':
./../egcs-19981101/gcc/final.c:2847: warning: implicit declaration of function
`cleanup_subreg_operands'
./../egcs-19981101/gcc/final.c:2038: warning: unused variable `i'
./../egcs-19981101/gcc/final.c: At top level:
./../egcs-19981101/gcc/final.c:3031: warning: type mismatch with previous
implicit declaration
./../egcs-19981101/gcc/final.c:2847: warning: previous implicit declaration of
`cleanup_subreg_operands'
./../egcs-19981101/gcc/final.c:3031: warning: `cleanup_subreg_operands' was
previously implicitly declared to return `int'
./../egcs-19981101/gcc/final.c: In function `asm_fprintf':
./../egcs-19981101/gcc/final.c:3834: `user_label_prefix' undeclared (first use
in this function)
./../egcs-19981101/gcc/final.c:3834: (Each undeclared identifier is reported
only once
./../egcs-19981101/gcc/final.c:3834: for each function it appears in.)
make[2]: *** [final.o] Error 1
make[2]: Leaving directory `/devel/span/rdb/src/egcs-19981101.obj/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/devel/span/rdb/src/egcs-19981101.obj/gcc'
make: *** [bootstrap-lean] Error 2

gcc  -DIN_GCC    -g -W -Wall  -DHAVE_CONFIG_H -DHAIFA    -I.
-I../../egcs-19981101/gcc -I../../egcs-19981101/gcc/config
-I../../egcs-19981101/gcc/../include \
  -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.92.17/i
nclude\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.9
2.17/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e
's|/[^/]*|/..|g'`/include/g++-2\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
  -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.92.17
/../../../../hppa1.1-hp-hpux10.20/sys-include\" \
  -DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.92.17/
./../../../hppa1.1-hp-hpux10.20/include\" \
  -c `echo ../../egcs-19981101/gcc/cpplib.c | sed 's,^\./,,'`
./../egcs-19981101/gcc/cpplib.c: In function `special_symbol':
./../egcs-19981101/gcc/cpplib.c:2213: `user_label_prefix' undeclared (first use
in this function)
./../egcs-19981101/gcc/cpplib.c:2213: (Each undeclared identifier is reported
only once
./../egcs-19981101/gcc/cpplib.c:2213: for each function it appears in.)
./../egcs-19981101/gcc/cpplib.c: In function `cpp_handle_option':
./../egcs-19981101/gcc/cpplib.c:5626: `user_label_prefix' undeclared (first use
in this function)
make[2]: *** [cpplib.o] Error 1
make[2]: Leaving directory `/devel/span/rdb/src/egcs-19981101.obj/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/devel/span/rdb/src/egcs-19981101.obj/gcc'
make: *** [bootstrap-lean] Error 2




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