OSDN Git Service

2011-10-13 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Oct 2011 12:07:44 +0000 (12:07 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Oct 2011 12:07:44 +0000 (12:07 +0000)
commit0ed250483fa771cfeab410557ef5088b6f3fa937
tree9fd933d033a83db660e820c57dd9f7e20bfb6a5f
parent6b3110a1570030a63284f76d52abaa0d5b966006
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179919 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-split.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr50712.c [new file with mode: 0644]