r252467 - in /branches/range-gen2/gcc: ChangeLo...

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Wed Sep 13 17:06:00 GMT 2017


Author: aldyh
Date: Wed Sep 13 17:06:20 2017
New Revision: 252467

URL: https://gcc.gnu.org/viewcvs?rev=252467&root=gcc&view=rev
Log:
	PR middle-end/81814
	* fold-const.c (operand_equal_for_comparison_p): Remove code that used
	to mimic what shorten_compare did.  Change the return type to bool.
	(fold_cond_expr_with_comparison): Update call to
	operand_equal_for_comparison_p.
	(fold_ternary_loc): Likewise.

	* gcc.dg/torture/pr81814.c: New test.

Added:
    branches/range-gen2/gcc/testsuite/gcc.dg/torture/pr81814.c
Modified:
    branches/range-gen2/gcc/ChangeLog
    branches/range-gen2/gcc/fold-const.c
    branches/range-gen2/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list