--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-06 00:52 ---
Hmm, this is after cse2.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23651
--- Comment #6 from janis187 at us dot ibm dot com 2005-10-03 17:44 ---
I can reproduce this reliably for powerpc64-linux with -m64 using the testcase
in comment #3; using -m32 the results are intermittent.
A regression hunt identified the following patch from [EMAIL PROTECTED]:
http
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16
22:58 ---
lets look at the backtrace:
gt_ggc_mx_cp_binding_level
gt_ggc_mx_cxx_binding
Why are there are references to C++ front-end stuff. This is a front-end bug
make us still reference a
BasicBlock.
--