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]
Other format: [Raw text]

[tree-ssa] Error '_muldi3' on mips-sgi-IRIX6.5


I have filed this as a bug (#12152) already but was
curious in the meantime if anyone sees a way around this.
I have been updating and trying to build daily but
after several hours it still stops here. I don't mind
trying different options out.
=======================================================

../gcc/configure --prefix=/usr/gFORTRAN --with-gmp=/usr/GMP --enable-languages=c,f95
gmake CC="gcc -save-temps" bootstrap
--------------------------
octane # gcc -v
Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-irix6.5/3.3/specs
Configured with: ../configure --prefix=/usr/freeware
--enable-version-specific-runtime-libs --disable-shared --enable-threads
--enable-haifa --enable-libgcj --disable-c-mbchar
Thread model: single
gcc version 3.3
---------------------------  
LIB1ASMSRC='' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
gmake[3]: Entering directory `/usr/people/wstan/objdir/gcc'
for d in libgcc mabi=64 libgcc/mabi=64; do \
  if [ -d $d ]; then true; else /bin/sh ../../gcc/gcc/mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/usr/people/wstan/objdir/gcc/xgcc -B/usr/people/wstan/objdir/gcc/
-B/usr/gFORTRAN/mips-sgi-irix6.5/bin/ -B/usr/gFORTRAN/mips-sgi-irix6.5/lib/
-isystem /usr/gFORTRAN/mips-sgi-irix6.5/include -isystem
/usr/gFORTRAN/mips-sgi-irix6.5/sys-include -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g
 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc/gcc
-I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -I../intl
-I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee
-I../../gcc/gcc/../libbanshee/points-to -I/usr/GMP/include  -DL_muldi3 -c
../../gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
../../gcc/gcc/libgcc2.c: In function `__muldi3':

../../gcc/gcc/libgcc2.c:495: error: size of variable 'w' is too large
../../gcc/gcc/libgcc2.c:496: error: size of variable 'uu' is too large
../../gcc/gcc/libgcc2.c:496: error: size of variable 'vv' is too large
../../gcc/gcc/libgcc2.c:501: error: size of variable '__w' is too large
gmake[3]: *** [libgcc/./_muldi3.o] Error 1
gmake[3]: Leaving directory `/usr/people/wstan/objdir/gcc'
gmake[2]: *** [stmp-multilib] Error 2
gmake[2]: Leaving directory `/usr/people/wstan/objdir/gcc'
gmake[1]: *** [stage3_build] Error 2
gmake[1]: Leaving directory `/usr/people/wstan/objdir/gcc'
gmake: *** [bootstrap] Error 2
============================================

-- 
Bill
Amsterdam, NL


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