This is the mail archive of the gcc-patches@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]

Re: patch for gcse bug


>  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.


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