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


Hello,

> make it instead be stack_alloc (z, &x)) and I think this problem goes
> away.

this might work.  My original problem was partially caused by fact that
I did not want stack_alloc to be considered function :-(. Still I
somewhat doubt that it is really a good idea, but I will give it a try.

Zdenek


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