This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/14625] tail call optimization missed
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2004 01:57:31 -0000
- Subject: [Bug middle-end/14625] tail call optimization missed
- References: <20040318004529.14625.drepper@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-18 01:57 -------
Confirmed, now if the tree-ssa does not do it, it makes this a middle-end issue as basically the middle-
end is expanding the tail call to a non tail call as there is no room on the stack but you tricks say there
is some.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|optimization |middle-end
Ever Confirmed| |1
Keywords| |pessimizes-code
Known to fail| |tree-ssa 3.5.0
Last reconfirmed|0000-00-00 00:00:00 |2004-03-18 01:57:30
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14625