]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/69209 (ICE at -Os and above on x86_64-linux-gnu (verify_gimpl...
authorJakub Jelinek <jakub@redhat.com>
Mon, 8 Feb 2016 20:07:56 +0000 (21:07 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 8 Feb 2016 20:07:56 +0000 (21:07 +0100)
commita162f3af802f4f3dab5a53e6864600e6c38582d7
treeef6b66eb6433bac1e4c69b34ec97beabd712d21c
parent4b4a9fbde878d5db993466606c277c827117cbdf
re PR tree-optimization/69209 (ICE at -Os and above on x86_64-linux-gnu (verify_gimple failed))

PR tree-optimization/69209
* ipa-split.c (split_function): If split part is not
returning retval, retval has gimple type but is not
gimple value, force it into a SSA_NAME first.

* gcc.c-torture/compile/pr69209.c: New test.

From-SVN: r233228
gcc/ChangeLog
gcc/ipa-split.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr69209.c [new file with mode: 0644]