http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48674
--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-05-02 13:47:47 UTC --- > --- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-02 > 13:23:41 UTC --- > Yes, the noise is annoying but I can't do anything but paper over the issue > by either reverting the patch, reverting the testcase or trying to be > clever with not exposing direct calls to thunks (which will trivially > break with LTO and then, as now, continue to create wrong-code or ICE). Fine with me: at this point, I'd like to avoid xfailing/skipping testcases to make sure they aren't forgotten. I'd just like to make sure that the amount of noise doesn't get too big. Rainer