http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54172
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-08-10 15:07:33 UTC --- The patch looks good to me, though IMHO only the first hunk is strictly necessary (and pretty much obvious and matches what the code was doing before r184110). The second hunk is just an optimisation, so supposedly it should go only to 4.8? Can you please post it to gcc-patches and libstdc++ mailing lists where review should happen? Thanks.