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: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: law at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 7 Jun 04 23:19:52 EDT
- Subject: Re: Question on gimplify.c:create_tmp_var
Because if you find yourself needing to create a gimple temporary
that is an ARRAY_TYPE, then most likely something is broken elsewhere.
But why single out ARRAY_TYPE? I don't see why there's a distinction
between that and RECORD_TYPE. Yes, C doesn't allow copying objects of
array types and does record type, but that's language-specific and
I don't understand why we'd have that distinction at this level.