This is the mail archive of the gcc-patches@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: [tree-ssa] Lowering of VLA's, part 2


On Wed, 27 Aug 2003 23:59:59 +0200, Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> wrote:

>> Also, you need to make sure that you don't add these again if the
>> BIND_EXPR gets gimplified again.
>
> is there some standard way to achieve this, or do I have to devise some
> ugly hack for it?

I'd prefer a clean hack.  :)

I'd think that clearing save_stack if we see a stack restore would do the
trick.

Jason


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