r220406 - in /trunk/gcc: ChangeLog cfgexpand.c ...

aoliva@gcc.gnu.org aoliva@gcc.gnu.org
Wed Feb 4 14:24:00 GMT 2015


Author: aoliva
Date: Wed Feb  4 14:24:00 2015
New Revision: 220406

URL: https://gcc.gnu.org/viewcvs?rev=220406&root=gcc&view=rev
Log:
Fix signedness of compares expanding debug exprs.

for  gcc/ChangeLog

	PR debug/64817
	* cfgexpand.c (expand_debug_expr): Compute unsignedp from
	operands for tcc_comparison exprs.  Fix typos.

for  gcc/testsuite/ChangeLog

	PR debug/64817
	* gcc.dg/pr64817-3.c: New.

Added:
    trunk/gcc/testsuite/gcc.dg/pr64817-3.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list