This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Avoid useless temporary with VIEW_CONVERT_EXPR
- From: Ian Lance Taylor <iant at google dot com>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Aug 2008 08:56:25 -0700
- Subject: Re: [PATCH] Avoid useless temporary with VIEW_CONVERT_EXPR
- References: <200806110914.11412.ebotcazou@adacore.com>
Eric Botcazou <ebotcazou@adacore.com> writes:
> 2008-06-11 Eric Botcazou <ebotcazou@adacore.com>
>
> * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: When converting
> to BLKmode, try to fetch an inner memory reference. Use 'mode' in
> lieu of TYPE_MODE (type) throughout.
This is OK.
Thanks.
Ian