http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|rguenth at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-18 16:56:34 UTC --- Created attachment 29210 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29210 gcc48-pr56029-2.patch Alternatively the location can be reset when shrinking the PHI node. I prefer the first patch though (and am going to bootstrap/regtest it).