This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Mon, 2 Jul 2007, Richard Guenther wrote:

> 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.

Applied to mainline after performance testing and bootstrapping and 
testing on x86_64-unknown-linux-gnu.

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]