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]

ICE while compiling egcs-19981220



egcs-19981220 can't be build under Solaris-2.[56]

poivre% CC=gcc CFLAGS='-O4 -mcpu=v8' ./configure --prefix=$HOME --enable-shared --enable-haifa --verbose

poivre% make bootstrap LANGUAGES='c c++' BOOT_CFLAGS='-O4 -mcpu=v8'
...

  ./xgcc -B./ -B/BASE/dosreis/sparc-sun-solaris2.6/bin/ -O2   -DIN_GCC
  -DHAIFA  -DSVR4  -W -Wall -O4 -mcpu=v8 -I./include  -fPIC -g1
  -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
  -I. -I. -I./config -I./../include -c -DL${name} \
      ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ` if [ -f /tmp/egcs-19981220/gcc/../binutils/ar ] ; then echo
  /tmp/egcs-19981220/gcc/../binutils/ar ; else if [
  "sparc-sun-solaris2.6" = "sparc-sun-solaris2.6" ] ; then echo ar;
  else t='s,x,x,'; echo ar | sed -e $t ; fi; fi` rc tmplibgcc2.a
  ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
emit-rtl.c:580: Internal compiler error in function mark_user_reg
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/tmp/egcs-19981220/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/tmp/egcs-19981220/gcc'
make: *** [bootstrap] Error 2


poivre% uname -a 
SunOS poivre 5.6 Generic_105181-09 sun4u sparc SUNW,Ultra-Enterprise


-- Gaby


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