This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/16241] New: bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3


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


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