http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48466
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-05 18:55:37 UTC --- Created attachment 23885 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23885 gcc46-pr48466.patch This seems to work and doesn't regress PR36977 (which I've added as guality testcase too). Whether it is the right thing to do, I'm not 100% sure though. H.J.?