This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question on gimplify.c:create_tmp_var
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 6 Jun 2004 10:33:17 -0700
- Subject: Re: Question on gimplify.c:create_tmp_var
- References: <10406061722.AA00630@vlsi1.ultra.nyu.edu>
On Sun, Jun 06, 2004 at 01:22:53PM -0400, Richard Kenner wrote:
> The issue is something like an ARRAY_REF of a VIEW_CONVERT_EXPR of
> another ARRAY_REF. The code will try to put the VIEW_CONVERT_EXPR result
> into a temporary and that has an ARRAY_TYPE.
Why are you using VIEW_CONVERT_EXPR on something other than scalars?
r~