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]

compiler build fails on solaris 2.6



Hi,

Your work in putting  together this release of GNU gcc are
immensely appreciated. I would nevertheless like to report the following
bug:
  
Description:

The program gengenrtl core dumps when I use gcc-2.8.1 to build the 
1st stage compiler. I tried using egcs 1.1.2 instead of gcc-2.8.1; 
this seems to work, however, when gengenrtl is compiled using the 
stage1 gcc-2.95, the executable core dumps again. I tried compiling *just*
gengenrtl with egcs-1.1.2 at every pass. In that case, I get a little bit
further along, but the 1st stage  compiler eventually dies with an
internal error ...

Best Regards and Thanks !

-Francois

----------------------------------------------------------------------------
Dr. Jean-Francois OSTIGUY                              voice: (630) 840-2231 
Beam Physics Dept MS220                                  FAX: (630) 840-6039   
Fermi National Accelerator Laboratory                email: ostiguy@fnal.gov  
Batavia IL 60510-0500                           WWW:www-ap.fnal.gov/~ostiguy



---------------------------------------------------------------------
platform: SunOS waldo 5.6 Generic_105181-13 sun4m 
          sparcSUNW,SPARCstation-5


configure:

#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../configure
--with-gcc-version-trigger=/usr/local/src/gcc-2.95/gcc/version.c
--host=sparc-sun-solaris2.6 
--prefix=/usr/local/ap --with-local-prefix=/usr/local/ap/include
--enable-shared --with-gnu-as --with-gnu-
ld --enable-version-specific-runtime-libs --norecursion 
# using "mh-frag" and "mt-frag"


output from "make bootstrap"

stage1/xgcc -Bstage1/ -B/usr/local/ap/sparc-sun-solaris2.6/bin/  -DIN_GCC
-DHAIFA  -DSVR4  -O2 -g -O2  -DHAVE_CONFIG_H  -o gengenrtl \
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case
"alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `
` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./gengenrtl tmp-genrtl.h tmp-genrtl.c
gmake[2]: *** [s-genrtl] Segmentation Fault (core dumped)





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