This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/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 00:49:49 -0000
- Subject: [Bug optimization/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 00:49 -------
I would try the tree-ssa as the way tail calling is found on the tree-ssa is via trees instead of RTL where
is usually a lot of issues.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14625