This is the mail archive of the gcc-bugs@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]

[Bug middle-end/14236] dynamically-sized arrays break alloca()


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-23 00:40 -------
On at least PPC (and most likely all other targets), alloca and VLAs is done by growing the stack and the 
restorting it (for the VLA case) at the end of the block.  I do not think there is anyways around this 
problem ("bug", "feature").

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14236


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