http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51252
--- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-12-16 18:04:23 UTC --- > --- Comment #4 from Richard Henderson <rth at gcc dot gnu.org> 2011-12-16 > 18:00:43 UTC --- > While that might solve the ICE, the clone table doesn't actually > get registered, which is why that clone-1 test case still fails. > > You'll need to play with collect2 and all its magic symbols to > get that to work. Of course, you mentioned that already. Unfortunately, I didn't have much time for gcc work lately and don't know when I get around to it. The hack I posted is certainly better than tons of ICEs when trying to keep track of testsuite failures. Rainer