This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the EGCS project.
mainline ICE in builtins.c
- To: gcc-bugs@gcc.gnu.org
- Subject: mainline ICE in builtins.c
- From: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
- Date: Wed, 28 Jul 1999 14:17:09 +0200
Hi,
the current mainline on powerpc-linux-gnu fails at the end of stage1 while
already using the stage1 compiler:
_ffsdi2
../../../cvsx/gccm/gcc/libgcc2.c: In function `__ffsdi2':
../../../cvsx/gccm/gcc/libgcc2.c:277: Internal compiler error:
../../../cvsx/gccm/gcc/libgcc2.c:277:
../../../cvsx/gccm/gcc/builtins.c:2147: Expect tree_list, have call_expr
This is exposed by --enable-checking, may I suggest again to turn on
--enable-checking by default in the development branch?
Franz.