]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/50712 (invalid argument to gimple call)
authorRichard Guenther <rguenther@suse.de>
Thu, 13 Oct 2011 12:07:44 +0000 (12:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 13 Oct 2011 12:07:44 +0000 (12:07 +0000)
commit2b3c0885d9baffc8a5c465fe94bbd25ce4e1ee6a
tree9fd933d033a83db660e820c57dd9f7e20bfb6a5f
parent4c8933bce93d7abff81a9b21ace228f62979d8aa
re PR middle-end/50712 (invalid argument to gimple call)

2011-10-13  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/50712
* ipa-split.c (split_function): Always re-gimplify parameters
when they are not gimple vals before passing them.  Properly
check for type compatibility.

* gcc.target/i386/pr50712.c: New testcase.

From-SVN: r179919
gcc/ChangeLog
gcc/ipa-split.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr50712.c [new file with mode: 0644]