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]

r162839 - in /branches/gcc-4_5-branch/gcc: Chan...


Author: jamborm
Date: Tue Aug  3 09:52:46 2010
New Revision: 162839

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162839
Log:
2010-08-03  Martin Jambor  <mjambor@suse.cz>

	PR tree-optimization/44914
	* tree-sra.c (cfg_changed): New variable.
	(sra_initialize): Initialize cgf_changed to false.
	(scan_function): Set cfg_changed if cfg was changed.
	(perform_intra_sra): Return also TODO_cleanup_cfg if cfg was changed.
	(ipa_early_sra): Likewise.

	* testsuite/g++.dg/tree-ssa/pr44914.C: New test.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/tree-ssa/pr44914.C
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/tree-sra.c


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