[Bug bootstrap/12152] New: [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5

wstan at xs4all dot nl gcc-bugzilla@gcc.gnu.org
Wed Sep 3 12:00:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12152

           Summary: [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wstan at xs4all dot nl
                CC: gcc-bugs at gcc dot gnu dot org

../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



More information about the Gcc-bugs mailing list