r126804 - in /trunk/gcc: ChangeLog tree-cfg.c t...
rguenth@gcc.gnu.org
rguenth@gcc.gnu.org
Fri Jul 20 18:10:00 GMT 2007
Author: rguenth
Date: Fri Jul 20 18:10:57 2007
New Revision: 126804
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126804
Log:
2007-07-20 Richard Guenther <rguenther@suse.de>
* tree-cfg.c (verify_expr): COND_EXPRs can have any
integral typed condition.
* tree-ssa.c (useless_type_conversion_p): Do not preserve
booleanness. Only preserve conversions from a non-base
type to a base type, not in general between types with
different TYPE_MIN_VALUE or TYPE_MAX_VALUE.
* tree.def (COND_EXPR): Document that the condition
can be of any integral type.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-cfg.c
trunk/gcc/tree-ssa.c
trunk/gcc/tree.def
More information about the Gcc-cvs
mailing list