This is the mail archive of the gcc-patches@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]

Re: [PATCH] Don't disallow copyprop for virtual ops for loop depth check


Andrew Pinski wrote on 11/28/06 02:23:
ChangeLog:

	* tree-ssa-dom.c (cprop_operand): Ignore the loop depth when
	copyproping on virtual operands.
	(propagate_rhs_into_lhs): Likewise.
	* tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.

	* gcc.c-torture/compile/pr29922.c: New test.
	* gfortran.fortran-torture/compile/pr29922.f: New test.

I'm confused about your comment on PRE. Are you saying that this patch will now trigger a latent bug in PRE? If not, then the patch is OK.


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