[Bug tree-optimization/26387] Should promote heap allocation to stack allocation

2006-02-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-21 02:20 --- Confirmed but only for small sizes. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26387] Should promote heap allocation to stack allocation

2006-02-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-20 22:18 --- I should note that even right now operator new is not marked with the malloc attribute which is PR 23383. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26387

[Bug tree-optimization/26387] Should promote heap allocation to stack allocation

2006-02-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-20 22:17 --- Actually this is just dead code, see PR 19831. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26387