This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
mainline stage1 compiler never completes on sparcv9-sun-solaris2.8
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: lucier at math dot purdue dot edu
- Date: Fri, 23 Aug 2002 09:59:00 -0500 (EST)
- Subject: mainline stage1 compiler never completes on sparcv9-sun-solaris2.8
With this configure and build command
#/bin/tcsh
/bin/rm -rf * ; env CC='gcc -m64 -mcpu=ultrasparc' ../configure --prefix=/home/c/lucier/local/gcc-test sparcv9-sun-solaris2.8 ; make -j 8 STAGE1_CFLAGS='-O0 -g' bootstrap > & build.log && ( make -j 8 -k check > & check.log ; make mail-report-with-warnings.log ; ./mail-report-with-warnings.log )
the stage1 compiler never completes when trying to compile something;
the build log is at
http://www.math.purdue.edu/~lucier/build.log.gz
Brad