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-980115, hpux9 "as: undefined label - L$0118 (7403)", etc.


	When I bootstrap on hpux9 using cc for stage1, native as/ld,
and BOOT_CFLAGS='-O3 -funroll-all-loops -W -Wall', I get the following
error during the stage2 build:

 > ./xgcc -B./ -O2 -DIN_GCC -O3 -funroll-all-loops -W -Wall -I./include
 > 	-fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions
 > 	-I. -I. -I./config -c ./cp/new1.cc -DL_op_newnt -o opnewnt.o
 > cc1plus: warning: -g is only supported when using GAS on this processor,
 > cc1plus: warning: -g option disabled.
 > as: [err#7403]
 >   undefined label - L$0118 (7403)
 > make[3]: *** [opnewnt.o] Error 1

	When I switch to BOOT_CFLAGS='-O2 -W -Wall', egcs bootstraps,
but I get a compare failure.

 > Bootstrap comparison failure!
 > stor-layout.o differs
 > make[1]: *** [compare] Error 1

		--Kaveh
--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		ICon CMT Corp.


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