This is the mail archive of the gcc@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: [RFC] Fix ADDR_EXPR type mismatches in C++ frontend


On Wed, May 18, 2005 at 02:08:02PM +0200, Richard Guenther wrote:
> !       vtbl = build_fold_addr_expr (vtbl);

No convert.

And I'm pretty sure you never want to use convert, as that'll 
emit warnings.  Use fold_convert.



r~


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