This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 16 Dec 2011 18:04:23 +0000
- Subject: [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
- Auto-submitted: auto-generated
- References: <bug-51252-4@http.gcc.gnu.org/bugzilla/>
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