This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch for gcse bug
- To: Richard Henderson <rth at cygnus dot com>
- Subject: Re: patch for gcse bug
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Thu, 8 Oct 98 19:08:32 +0200
- Cc: egcs-patches at cygnus dot com
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <19981007101938.A10883@dot.cygnus.com>
> After some discussion with Jeff, I've committed the
> following.
>
> When a call insn ends a basic block, as will happen with
> exception handling, instructions for that basic block
> must be insertted before the call.
I'm shooting from the hip here, but is the following build failure
on Alpha, Red Hat 5.1 a result of that change ?
[ during stage 2 ]
./xgcc -B./ -O2 -DIN_GCC -W -Wall -O2 -g -O2 -I./include
-fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -g -O2 -I.
-I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include
\
-c ../../egcs/gcc/cp/new2.cc -DL_op_delete -o opdel.o
../../egcs/gcc/flow.c:578: Internal compiler error in function
find_basic_blocks_1
Regards,
Toon.