https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69209
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Feb 8 20:07:56 2016 New Revision: 233228 URL: https://gcc.gnu.org/viewcvs?rev=233228&root=gcc&view=rev Log: 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. Added: trunk/gcc/testsuite/gcc.c-torture/compile/pr69209.c Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-split.c trunk/gcc/testsuite/ChangeLog