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]

r161614 - in /trunk/gcc: ChangeLog gimple-fold....


Author: matz
Date: Wed Jun 30 16:34:22 2010
New Revision: 161614

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161614
Log:
	PR bootstrap/44699
	* tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
	* gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
	a gimple reg, attach the original VDEF to the last store in the
	sequence.

testsuite/
	PR bootstrap/44699
	* gcc.dg/pr44699.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr44699.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-fold.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vrp.c


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