http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56539
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-03 08:26:20 UTC --- Author: jakub Date: Wed Apr 3 08:22:12 2013 New Revision: 197392 URL: http://gcc.gnu.org/viewcvs?rev=197392&root=gcc&view=rev Log: Backported from mainline 2013-03-06 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/56539 * tree-tailcall.c (adjust_return_value_with_ops): Use GSI_SAME_STMT instead of GSI_CONTINUE_LINKING as last argument to force_gimple_operand_gsi. Adjust function comment. * gcc.c-torture/compile/pr56539.c: New test. Added: branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr56539.c Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/testsuite/ChangeLog branches/gcc-4_7-branch/gcc/tree-tailcall.c