[PATCH] Actually follow middle-end type system rules in useless_type_conversion_p

Richard Guenther rguenther@suse.de
Mon Jul 2 13:46:00 GMT 2007


On Mon, 2 Jul 2007, Richard Guenther wrote:

> !       /* ???  This should eventually just return false.  */
> !       return lang_hooks.types_compatible_p (TREE_TYPE (inner_type),
> ! 					    TREE_TYPE (outer_type));

  return lang_hooks.types_compatible_p (inner_type, outer_type);  

actually.

Richard.



More information about the Gcc-patches mailing list