http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50712
--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-13 12:07:49 UTC --- Author: rguenth Date: Thu Oct 13 12:07:44 2011 New Revision: 179919 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179919 Log: 2011-10-13 Richard Guenther <rguent...@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. Added: trunk/gcc/testsuite/gcc.target/i386/pr50712.c Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-split.c trunk/gcc/testsuite/ChangeLog