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]

Re: egcs-980115 alphaev5-dec-osf4.0b "make compare" failures


 > From: Jeffrey A Law <law@hurl.cygnus.com>
 > 
 >   In message <199801162251.RAA05280@caip.rutgers.edu>you write:
 >   > 	When I bootstrap egcs-980115 on alphaev5-dec-osf4.0b using cc
 >   > for stage1, native as/ld and BOOT_CFLAGS='-g -O2', I get "make compare"
 >   > failures. 
 > 
 > An FYI -- I got a comparison failure on the PA, so something's definitely
 > wrong somewhere.
 > jeff

	Yes.  When I bootstrap egcs-980115 on hpux9 (cc for stage1,
native as/ld) I get various different errors depending on what
BOOT_CFLAGS I use.  Eg:

BOOT_CFLAGS='-O':
 > stage1/xgcc -Bstage1/ -c -DIN_GCC -O -W -Wall -If -I./f -I.  -I. 
 > 	-I./config f/equiv.c -o f/equiv.o
 > xgcc: Internal compiler error: program cc1 got fatal signal 6
 > make[3]: *** [f/equiv.o] Error 1

BOOT_CFLAGS='-O2 -W -Wall':
 > Bootstrap comparison failure!
 > stor-layout.o differs

BOOT_CFLAGS='-O3 -funroll-all-loops -W -Wall'
 > ./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


	Egcs main line branch has been hosed on hpux9 for one reason or
another since early December. 

		--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]