public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
@ 2004-06-28  5:00 florin at iucha dot net
  2004-06-28  7:17 ` [Bug bootstrap/16241] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: florin at iucha dot net @ 2004-06-28  5:00 UTC (permalink / raw)
  To: gcc-bugs

I am trying to bootstrap gcc-3.3.4 using the gcc-3.3 from freeware.sgi.com

The machine is a R5k O2.

# This directory was configured as follows:
../gcc-3.3.4/configure
--with-gcc-version-trigger=/scratch/build/gcc/gcc-3.3.4/gcc/version.c
--host=mips-sgi-irix6.5 --prefix=/usr/local
--enable-version-specific-runtime-libs --disable-shared --enable-threads
--enable-haifa --enable-libgcj --disable-c-mbchar --program-suffix=-3.3.4
--enable-languages=c,c++,java --norecursion 

The error is:
stage1/xgcc -Bstage1/ -B/usr/local/mips-sgi-irix6.5/bin/ -c   -g -O2 -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   
-DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.4/gcc -I../../gcc-3.3.4/gcc/cp
-I../../gcc-3.3.4/gcc/config -I../../gcc-3.3.4/gcc/../include
../../gcc-3.3.4/gcc/cp/typeck2.c -o cp/typeck2.o
stage1/xgcc -Bstage1/ -B/usr/local/mips-sgi-irix6.5/bin/ -c   -g -O2 -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   
-DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.4/gcc -I../../gcc-3.3.4/gcc/cp
-I../../gcc-3.3.4/gcc/config -I../../gcc-3.3.4/gcc/../include
../../gcc-3.3.4/gcc/cp/class.c -o cp/class.o
../../gcc-3.3.4/gcc/cp/class.c: In function `resolves_to_fixed_type_p':
../../gcc-3.3.4/gcc/cp/class.c:5708: internal compiler error: Segmentation fault

-- 
           Summary: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: florin at iucha dot net
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: mips-sgi-irix6.5


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


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

* [Bug bootstrap/16241] bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
  2004-06-28  5:00 [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3 florin at iucha dot net
@ 2004-06-28  7:17 ` pinskia at gcc dot gnu dot org
  2004-06-28 13:03 ` florin at iucha dot net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-28  7:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-28 07:10 -------
Could you try to just compile C and then bootstrap with that compiler?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug bootstrap/16241] bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
  2004-06-28  5:00 [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3 florin at iucha dot net
  2004-06-28  7:17 ` [Bug bootstrap/16241] " pinskia at gcc dot gnu dot org
@ 2004-06-28 13:03 ` florin at iucha dot net
  2004-06-29 16:51 ` florin at iucha dot net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: florin at iucha dot net @ 2004-06-28 13:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From florin at iucha dot net  2004-06-28 12:59 -------
I am planning to, however it takes a long time and the machine is a bit noisy ;).

I will try to bootstrap only C tonight.

-- 


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


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

* [Bug bootstrap/16241] bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
  2004-06-28  5:00 [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3 florin at iucha dot net
  2004-06-28  7:17 ` [Bug bootstrap/16241] " pinskia at gcc dot gnu dot org
  2004-06-28 13:03 ` florin at iucha dot net
@ 2004-06-29 16:51 ` florin at iucha dot net
  2004-06-30  0:15 ` florin at iucha dot net
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: florin at iucha dot net @ 2004-06-29 16:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From florin at iucha dot net  2004-06-29 16:50 -------
With languages=c it got quite a bit further:

stage2/xgcc -Bstage2/ -B/usr/local/mips-sgi-irix6.5/bin/ -c   -g -O2 -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.4/gcc
-I../../gcc-3.3.4/gcc/. -I../../gcc-3.3.4/gcc/config
-I../../gcc-3.3.4/gcc/../include ../../gcc-3.3.4/gcc/print-rtl.c -o print-rtl.o
stage2/xgcc -Bstage2/ -B/usr/local/mips-sgi-irix6.5/bin/ -c   -g -O2 -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.4/gcc
-I../../gcc-3.3.4/gcc/. -I../../gcc-3.3.4/gcc/config
-I../../gcc-3.3.4/gcc/../include ../../gcc-3.3.4/gcc/print-tree.c -o
print-tree.o
../../gcc-3.3.4/gcc/print-tree.c: In function `print_node':
../../gcc-3.3.4/gcc/print-tree.c:770: internal compiler error: Segmentation
fault

I will try to compile 3.4.1-rc1 tonight

-- 


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


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

* [Bug bootstrap/16241] bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
  2004-06-28  5:00 [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3 florin at iucha dot net
                   ` (2 preceding siblings ...)
  2004-06-29 16:51 ` florin at iucha dot net
@ 2004-06-30  0:15 ` florin at iucha dot net
  2004-06-30  1:20 ` gdr at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: florin at iucha dot net @ 2004-06-30  0:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From florin at iucha dot net  2004-06-30 00:10 -------
gcc-3.4.1-20040625 built sucessfully for C in 3h57m38.07s

-- 


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


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

* [Bug bootstrap/16241] bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
  2004-06-28  5:00 [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3 florin at iucha dot net
                   ` (3 preceding siblings ...)
  2004-06-30  0:15 ` florin at iucha dot net
@ 2004-06-30  1:20 ` gdr at gcc dot gnu dot org
  2004-06-30 17:42 ` florin at iucha dot net
  2005-07-02  1:13 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: gdr at gcc dot gnu dot org @ 2004-06-30  1:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org


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


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

* [Bug bootstrap/16241] bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
  2004-06-28  5:00 [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3 florin at iucha dot net
                   ` (4 preceding siblings ...)
  2004-06-30  1:20 ` gdr at gcc dot gnu dot org
@ 2004-06-30 17:42 ` florin at iucha dot net
  2005-07-02  1:13 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: florin at iucha dot net @ 2004-06-30 17:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From florin at iucha dot net  2004-06-30 17:36 -------
./xgcc -B./ -B/usr/local/mips-sgi-irix6.5/bin/ -isystem
/usr/local/mips-sgi-irix6.5/include -isystem
/usr/local/mips-sgi-irix6.5/sys-include -L/scratch/build/gcc/objs/gcc/../ld -O2
 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.4.1-20040625/gcc
-I../../gcc-3.4.1-20040625/gcc/. -I../../gcc-3.4.1-20040625/gcc/../include  
-DL_fixunsdfsi -c ../../gcc-3.4.1-20040625/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o
./xgcc -B./ -B/usr/local/mips-sgi-irix6.5/bin/ -isystem
/usr/local/mips-sgi-irix6.5/include -isystem
/usr/local/mips-sgi-irix6.5/sys-include -L/scratch/build/gcc/objs/gcc/../ld -O2
 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.4.1-20040625/gcc
-I../../gcc-3.4.1-20040625/gcc/. -I../../gcc-3.4.1-20040625/gcc/../include  
-DL_fixunssfsi -c ../../gcc-3.4.1-20040625/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o
gmake[3]: *** [libgcc/./_fixunssfsi.o] Segmentation fault (core dumped)
gmake[3]: Leaving directory `/mnt/disk2/scratch/build/gcc/objs/gcc'
gmake[2]: *** [stmp-multilib] Error 2
gmake[2]: Leaving directory `/mnt/disk2/scratch/build/gcc/objs/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/mnt/disk2/scratch/build/gcc/objs/gcc'
gmake: *** [bootstrap] Error 2

Failed after 38 minutes, despite C only running though last night.

-- 


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


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

* [Bug bootstrap/16241] bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3
  2004-06-28  5:00 [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3 florin at iucha dot net
                   ` (5 preceding siblings ...)
  2004-06-30 17:42 ` florin at iucha dot net
@ 2005-07-02  1:13 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-02  1:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-02 01:13 -------
You are having some kind of hardware problem if you could build 3.4 with only C and then cannot with 
C++ enabled and it is failing in libgcc.

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


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


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

end of thread, other threads:[~2005-07-02  1:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-28  5:00 [Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3 florin at iucha dot net
2004-06-28  7:17 ` [Bug bootstrap/16241] " pinskia at gcc dot gnu dot org
2004-06-28 13:03 ` florin at iucha dot net
2004-06-29 16:51 ` florin at iucha dot net
2004-06-30  0:15 ` florin at iucha dot net
2004-06-30  1:20 ` gdr at gcc dot gnu dot org
2004-06-30 17:42 ` florin at iucha dot net
2005-07-02  1:13 ` pinskia at gcc dot gnu dot org

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