This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r168634 - in /trunk/gcc: ChangeLog ipa-split.c ...
- From: law at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 10 Jan 2011 16:48:43 -0000
- Subject: r168634 - in /trunk/gcc: ChangeLog ipa-split.c ...
Author: law
Date: Mon Jan 10 16:48:42 2011
New Revision: 168634
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168634
Log:
* PR tree-optimization/47141
* ipa-split.c (split_function): Handle case where we are returning a
value and the return block has a virtual operand phi.
* gcc.c-torture/compile/pr47141.c: New test.
Approved by richie in IRC
Added:
trunk/gcc/testsuite/gcc.c-torture/compile/pr47141.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-split.c
trunk/gcc/testsuite/ChangeLog