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


Hello,

> > > The stack save should also go inside the BIND_EXPR, but before the
> > > TRY_FINALLY_EXPR.
> > > 
> > > Also, you need to make sure that you don't add these again if the BIND_EXPR
> > > gets gimplified again.
> > 
> > done. Just retesting it, ok if it passes?
> 
> Now this went in would some mind testing PR 11267 to see if it is fixed now?

the C example still fails (with a different error message, but this is
hardly a progress :-)

Zdenek


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