[Bug gcov-profile/49299] ICE in gimple_ic on profile feedback build

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 6 10:30:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-06 10:30:12 UTC ---
It doesn't make too much sense to profile (cold) noreturn functions.  It's
probably easiest to not do it (check we have an outgoing edge).  Another
testcase would be triggering the transform to a noreturn function (so
technically a sort-of invalid testcase).



More information about the Gcc-bugs mailing list