This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/9624] Stack space allocation too gratuitious
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2003 00:23:36 -0000
- Subject: [Bug optimization/9624] Stack space allocation too gratuitious
- References: <20030208002600.9624.dath@ficker.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9624
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|0000-00-00 00:00:00 |2003-07-28 00:23:36
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-28 00:23 -------
On the tree-ssa branch, gcc gcc does not allocate space for buf at all but it does not fix
the problem if you use buf, the space allocated is still too gratuitious.