http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50628
--- Comment #12 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-11-24 12:18:46 UTC --- Created attachment 25909 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25909 Fix This is the fix I wrote about yesterday. It bootstraps and tests fine on x86_64 and we should want to have it because it always avoids unnecessary work, even though I find it difficult to see it as a correctness check. Well...