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

law@gcc.gnu.org law@gcc.gnu.org
Mon Jan 23 22:29:00 GMT 2017


Author: law
Date: Mon Jan 23 22:29:17 2017
New Revision: 244837

URL: https://gcc.gnu.org/viewcvs?rev=244837&root=gcc&view=rev
Log:
2017-01-23  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/79088
	PR tree-optimization/79188
	* tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
	resetting loop bounds after last path deletion.  Reset loop
	bounds of the target loop, make code match the comments.
	* tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
	Make sure loops need no fixups.

	* gcc.dg/torture/pr79088.c: New testcase.
	* gcc.dg/torture/pr79188.c: Likewise.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr79088.c
    trunk/gcc/testsuite/gcc.dg/torture/pr79188.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-threadbackward.c
    trunk/gcc/tree-ssa-threadupdate.c



More information about the Gcc-cvs mailing list