[Bug tree-optimization/36084] not longer folding of (int[

2008-04-30 Thread rguenth at gcc dot gnu dot org
--- 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 ---

[Bug tree-optimization/36084] not longer folding of (int[

2008-04-30 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/36084] not longer folding of (int[

2008-04-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36084