http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-07 17:57:29 UTC --- Author: jakub Date: Thu Apr 7 17:57:26 2011 New Revision: 172108 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172108 Log: PR debug/48343 * combine.c (combine_instructions): Add last_combined_insn, update it if insn is after it, pass it to all try_combine calls. (try_combine): Add last_combined_insn parameter, pass it instead of i3 to propagate_for_debug. * gcc.dg/torture/pr48343.c: New test. Modified: trunk/gcc/ChangeLog trunk/gcc/combine.c trunk/gcc/testsuite/ChangeLog