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

law@gcc.gnu.org law@gcc.gnu.org
Fri Apr 29 19:15:00 GMT 2016


Author: law
Date: Fri Apr 29 19:15:25 2016
New Revision: 235653

URL: https://gcc.gnu.org/viewcvs?rev=235653&root=gcc&view=rev
Log:
2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>

	* tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
	out into ...
	(simplify_control_stmt_condition_1): ... here.  Recurse into
	BIT_AND_EXPRs and BIT_IOR_EXPRs.

	* gcc.dg/tree-ssa/ssa-thread-14.c: New test.
	* gcc.dg/tree-ssa/ssa-thread-11.c: Update expected output.

Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-11.c
    trunk/gcc/tree-ssa-threadedge.c



More information about the Gcc-cvs mailing list