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 c/45528] Variable length array cause repeated alloca() in a loop



------- Comment #2 from k_satoda at f2 dot dion dot ne dot jp  2010-09-03 21:38 -------
This was a wrong analysis of my stack overflow. Repeated alloca() is
not the problem since esp is restored with ebx as shown in the
assembly output I put.

I reported another Bug 45528 as the real problem.


-- 


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


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