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

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Jul 4 08:32:00 GMT 2014


Author: jakub
Date: Fri Jul  4 08:32:56 2014
New Revision: 212290

URL: https://gcc.gnu.org/viewcvs?rev=212290&root=gcc&view=rev
Log:
	PR tree-optimization/61684
	* tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
	rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.

	* gcc.c-torture/compile/pr61684.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr61684.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-ifcombine.c



More information about the Gcc-cvs mailing list