public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12152] New: [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5
@ 2003-09-03 12:00 wstan at xs4all dot nl
  2003-09-05 12:14 ` [Bug bootstrap/12152] " wstan at xs4all dot nl
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wstan at xs4all dot nl @ 2003-09-03 12:00 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/12152] [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5
  2003-09-03 12:00 [Bug bootstrap/12152] New: [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5 wstan at xs4all dot nl
@ 2003-09-05 12:14 ` wstan at xs4all dot nl
  2003-09-07  2:43 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wstan at xs4all dot nl @ 2003-09-05 12:14 UTC (permalink / raw)
  To: gcc-bugs

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


wstan at xs4all dot nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/12152] [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5
  2003-09-03 12:00 [Bug bootstrap/12152] New: [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5 wstan at xs4all dot nl
  2003-09-05 12:14 ` [Bug bootstrap/12152] " wstan at xs4all dot nl
@ 2003-09-07  2:43 ` pinskia at gcc dot gnu dot org
  2003-09-08 19:08 ` wstan at xs4all dot nl
  2003-09-17  2:53 ` wstan at xs4all dot nl
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-07  2:43 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |tree-ssa


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-07 02:43 -------
What is the output of "objdir/gcc/stage_last", it would be nice to know what stage this fails 
at?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/12152] [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5
  2003-09-03 12:00 [Bug bootstrap/12152] New: [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5 wstan at xs4all dot nl
  2003-09-05 12:14 ` [Bug bootstrap/12152] " wstan at xs4all dot nl
  2003-09-07  2:43 ` pinskia at gcc dot gnu dot org
@ 2003-09-08 19:08 ` wstan at xs4all dot nl
  2003-09-17  2:53 ` wstan at xs4all dot nl
  3 siblings, 0 replies; 5+ messages in thread
From: wstan at xs4all dot nl @ 2003-09-08 19:08 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From wstan at xs4all dot nl  2003-09-08 19:08 -------
octane % cat stage_last
stage3_build


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/12152] [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5
  2003-09-03 12:00 [Bug bootstrap/12152] New: [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5 wstan at xs4all dot nl
                   ` (2 preceding siblings ...)
  2003-09-08 19:08 ` wstan at xs4all dot nl
@ 2003-09-17  2:53 ` wstan at xs4all dot nl
  3 siblings, 0 replies; 5+ messages in thread
From: wstan at xs4all dot nl @ 2003-09-17  2:53 UTC (permalink / raw)
  To: gcc-bugs

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


wstan at xs4all dot nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From wstan at xs4all dot nl  2003-09-17 02:15 -------
This bug appears to be fixed in the latest build.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-17  2:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-03 12:00 [Bug bootstrap/12152] New: [tree-ssa] Error _muldi3 on mips-sgi-IRIX6.5 wstan at xs4all dot nl
2003-09-05 12:14 ` [Bug bootstrap/12152] " wstan at xs4all dot nl
2003-09-07  2:43 ` pinskia at gcc dot gnu dot org
2003-09-08 19:08 ` wstan at xs4all dot nl
2003-09-17  2:53 ` wstan at xs4all dot nl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).