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: C++ PATCH to cxx_types_compatible_p


On Thu, 15 Jul 2004 18:10:12 -0400 (EDT), Andrew Pinski <pinskia@physics.uc.edu> wrote:

>> To the middle-end, there is no difference between references and pointers,
>> so we don't need to retain casts between them.
>
> Don't we already do this in tree_ssa_useless_type_conversion_1?

We do, but that's not the only place that uses this hook.

Jason


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