This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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?
I will try, but I don't think so. There is a similar test in testsuite
that fails with the same message -- that did not get fixed. The problem
seems to be somewhere earlier in gimplification.
Zdenek