[Bug c++/23651] [4.1 Regression] ICE in GC

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/23651] [4.1 Regression] ICE in GC

2005-10-03 Thread janis187 at us dot ibm dot com
--- 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

[Bug c++/23651] [4.1 Regression] ICE in GC

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- 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. --