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/12220] New: [tree-ssa] bootstrap error with gmake,cc on mips-sgi-IRIX6.5


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

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

           Summary: [tree-ssa] bootstrap error with gmake,cc 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="cc -save-temps" bootstrap
===================================
octane % cc -version
MIPSpro Compilers: Version 7.4
===================================
gmake[1]: Entering directory `/usr/people/wstan/objdir/libbanshee'
gmake "AR_FLAGS=rc" "CC_FOR_BUILD=cc -save-temps" "CFLAGS=-g -O2" "CXXFLAGS=-
g -O2" 

"CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=../gcc/install-sh -
c" 

"INSTALL_DATA=../gcc/install-sh -c -m 644" "INSTALL_PROGRAM=../gcc/install-sh -
c" 

"INSTALL_SCRIPT=../gcc/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" 

"LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=gmake" 

"MAKEINFO=/usr/people/wstan/gcc/missing makeinfo --split-
size=5000000 " "PICFLAG=" 

"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" 

"RUNTESTFLAGS=" "exec_prefix=/usr/gFORTRAN" "infodir=/usr/gFORTRAN/info" 

"libdir=/usr/gFORTRAN/lib" "prefix=/usr/gFORTRAN" 

"tooldir=/usr/gFORTRAN/mips-sgi-irix6.5" "AR=ar" "AS=as" "CC=cc -save-temps" 

"CXX=c++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=:" 

"DESTDIR=" all-recursive
gmake[2]: Entering directory `/usr/people/wstan/objdir/libbanshee'
Making all in engine
gmake[3]: Entering directory `/usr/people/wstan/objdir/libbanshee/engine'
cc -save-temps -DHAVE_CONFIG_H -I. -I../../../gcc/libbanshee/engine -I..    

-I../../../gcc/libbanshee/engine/../libcompat 

-I../../../gcc/libbanshee/engine/../include -I. -Ddeletes= -Dtraditional= 

-Dsameregion= -Dparentptr= -fno-strict-aliasing -g -O2 -c 

../../../gcc/libbanshee/engine/array.c
Warning: Malformed file option (-fn) in "-fno-strict-aliasing"
cc-3569 cc: ERROR
  invalid macro definition:


cc-1040 cc: ERROR
  An identifier is expected.


cc-1005 cc: ERROR
  The source file ".deps/array.pp" is unavailable.


1 error and 2 catastrophic errors detected in the compilation 
of ".deps/array.pp".
Compilation terminated.
gmake[3]: *** [array.o] Error 2
gmake[3]: Leaving directory `/usr/people/wstan/objdir/libbanshee/engine'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/people/wstan/objdir/libbanshee'
gmake[1]: *** [all-recursive-am] Error 2
gmake[1]: Leaving directory `/usr/people/wstan/objdir/libbanshee'
gmake: *** [all-libbanshee] Error 2


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