--- Comment #2 from rguenth at gcc dot gnu dot org 2008-04-30 10:22 ---
tree forward propagation should fix this.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-04-30 09:45 ---
Note not doing the folding does cause more stack usage than expected also.
Here is an example which shows that:
int f(int c)
{
int i[1024] = { 0, 1, 2, 3, 4, 2, 1001, 10, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};
typedef i
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36084