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]

r169226 - in /trunk/gcc: ChangeLog testsuite/Ch...


Author: jakub
Date: Tue Jan 25 12:01:54 2011
New Revision: 169226

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169226
Log:
	PR tree-optimization/47427
	PR tree-optimization/47428
	* tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
	coalesce if the new root var would be TREE_READONLY.

	* gcc.c-torture/compile/pr47427.c: New test.
	* gcc.c-torture/compile/pr47428.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr47427.c
    trunk/gcc/testsuite/gcc.c-torture/compile/pr47428.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-copyrename.c


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