]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR tree-optimization/56539 (ICE: verify_ssa failed: caused by -foptimize...
authorJakub Jelinek <jakub@redhat.com>
Wed, 3 Apr 2013 08:22:12 +0000 (10:22 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 3 Apr 2013 08:22:12 +0000 (10:22 +0200)
commitddddd96fb4d648d36f9b8dfc543e3fb14c6ec70b
treee3db25d3576865097a1f2fc7dcd968cb5b56dc56
parent85e7769dc2f526f99fe477269c73256c1a676ef0
backport: re PR tree-optimization/56539 (ICE: verify_ssa failed: caused by -foptimize-sibling-calls)

Backported from mainline
2013-03-06  Jakub Jelinek  <jakub@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.

From-SVN: r197392
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr56539.c [new file with mode: 0644]
gcc/tree-tailcall.c