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 Sun, Jun 06, 2004 at 11:39:21AM +0200, Steven Bosscher wrote:
> On Sunday 06 June 2004 06:49, Richard Kenner wrote:
> > Why does it disallow ARRAY_TYPE?
> 
> Because the gimplifier only need scalar temporaries?  :-)

Not quite, since we do sometimes create struct temporaries, but
certainly there are no conditions under which C or C++ would need
an array temporary.  

Under what conditions are you finding that you needed an array
type temporary?  I'll go out on a limb and say it's probably a
front-end bug.


r~


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