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

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Tue Apr 6 12:32:00 GMT 2010


Author: rguenth
Date: Tue Apr  6 12:32:25 2010
New Revision: 157992

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157992
Log:
2010-04-06  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/43627
	* tree-vrp.c (extract_range_from_unary_expr): Widenings
	of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
	not varying.

	* gcc.dg/tree-ssa/vrp49.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp49.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vrp.c



More information about the Gcc-cvs mailing list