[Bug c/45528] Variable length array cause repeated alloca() in a loop

2010-09-03 Thread k_satoda at f2 dot dion dot ne dot jp
--- Comment #3 from k_satoda at f2 dot dion dot ne dot jp 2010-09-03 21:40 --- > I reported another Bug 45528 as the real problem. It's Bug 45529. Sorry again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45528

[Bug c/45528] Variable length array cause repeated alloca() in a loop

2010-09-03 Thread k_satoda at f2 dot dion dot ne dot jp
--- 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.

[Bug c/45528] Variable length array cause repeated alloca() in a loop

2010-09-03 Thread k_satoda at f2 dot dion dot ne dot jp
--- Comment #1 from k_satoda at f2 dot dion dot ne dot jp 2010-09-03 20:22 --- Sorry, I made a wrong test case. Will try another one. -- k_satoda at f2 dot dion dot ne dot jp changed: What|Removed |Added ---