Error while building egcs-19991208 on hppa2.0n-hp-hpux11.00

Brown, Rodney rodneybrown@pmsc.com
Fri Dec 31 23:54:00 GMT 1999


Title: Re: Error while building egcs-19991208 on hppa2.0n-hp-hpux11.00





Snapshot builds on hpux have failed with this error from '1122 on.
I tried a bit harder on '1208 - you can get a working snapshot
by building gcc/gcse.c and gcc/haifa-sched.c with -O rather
than the default -O2


ie
#Normal snapshot build - fails at gcc/gcse.c
# compile gcc/gcse.c with -O instead of -O2 (-Bstage1)
make bootstrap2-lean >> build.log 2>&1
#fails at gcc/haifa-sched.c
# compile gcc/haifa-sched.c with -O instead of -O2 (-Bstage1)
make bootstrap2-lean >> build.log 2>&1
# compile gcc/gcse.c with -O instead of -O2 (-Bstage2)
make bootstrap3-lean >> build.log 2>&1
#fails at gcc/haifa-sched.c
# compile gcc/haifa-sched.c with -O instead of -O2 (-Bstage2)
make bootstrap3-lean >> build.log 2>&1
# build should now complete
make check >> build.log 2>&1


gcc-bugs has a testcase reduced from haifa-sched to ~ 30 LOC if you
can provide a patch






More information about the Gcc mailing list