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