This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gimplify_parameters
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 21 Dec 04 07:46:01 EST
- Subject: Re: gimplify_parameters
I thought that gimplify_type_sizes didn't actually modify the type node
itself, that all the modification was reserved for the SAVE_EXPR within.
That's clearly not the case now, but I think that is the Correct solution
to the bug.
Hmm... it would seem right to me to do this in the gimplify_parameters
case, but less right in the "normal" case (that of a DECL_EXPR). Do we
really want to *require* the SAVE_EXPR there?
I doubt this will work, but I'd have to run a lot of code through it to
see if that's the case.