This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r169052 - in /trunk/gcc: ChangeLog ipa-split.c ...


Author: jakub
Date: Thu Jan 20 12:02:33 2011
New Revision: 169052

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169052
Log:
	PR tree-optimization/46130
	* ipa-split.c (consider_split): If return_bb contains non-virtual
	PHIs other than for retval or if split_function would not adjust it,
	refuse to split.

	* gcc.dg/pr46130-1.c: New test.
	* gcc.dg/pr46130-2.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr46130-1.c
    trunk/gcc/testsuite/gcc.dg/pr46130-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-split.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]