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 Fri, 2003-08-29 at 15:15, Zdenek Dvorak wrote:

> size of x now depends on non-existent variable z.1, which causes a crash
> when an attempt to copy it before passing to foo is made.
> 
But this also means that we are still generating VLAs.  Shouldn't your
original change removed that?


Diego.


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