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]

CVS bootstrap failure



i486-linux-gnu
gcc version 2.96 20000206 (experimental)
-----
make LANGUAGES=c
...
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3
_ashldi3 
do \
  echo ${name}; \
  /a/gnu/egcs-build/gcc/xgcc -B/a/gnu/egcs-build/gcc/
-B/usr/i486-linux-gnu/bin/
       ../ccdir/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory `/a/gnu/egcs-build/gcc'
make: *** [all-gcc] Error 2
-----
(gdb) run tst.i
Starting program: /a/gnu/egcs-build/gcc/cc1 tst.i
Breakpoint 1 at 0x4003da98: file exit.c, line 40.
 vprintf getchar getc_unlocked getchar_unlocked putchar fputc_unlocked
putc_unlocked putchar_unlocked feof_unlocked ferror_unlocked
__strcpy_small __strcspn_c1 __strcspn_c2 __strcspn_c3 __strspn_c1
__strspn_c2 __strspn_c3 __strpbrk_c2 __strpbrk_c3 __strtok_r_1c
__strsep_1c __strsep_2c __strsep_3c __strsep_g
Program received signal SIGSEGV, Segmentation fault.
pop_label_level () at c-decl.c:1341
(gdb) bt
#0  pop_label_level () at c-decl.c:1341
#1  0x81d3549 in yyparse () at c-parse.y:689
#2  0x804b9e1 in compile_file (name=0xbffff6b8 "tst.i")
    at ../ccdir/gcc/toplev.c:2374

______________________________________________________________

Free Internet Access from AltaVista: Get it, share it & win! 
http://freeaccess.altavista.com/pika/www/initweb.jsp


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