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: Question on gimplify.c:create_tmp_var


On Sat, 2004-06-05 at 22:49, Richard Kenner wrote:
> Why does it disallow ARRAY_TYPE? 
Because if you find yourself needing to create a gimple temporary
that is an ARRAY_TYPE, then most likely something is broken elsewhere.

Jeff


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