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: "drepper at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2004 00:56:05 -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 drepper at redhat dot com 2004-03-18 00:56 -------
The current 2.5 tree-ssa tree behaves the same.
My guess this is simply the check for the number of parameters of the calling
functions and the called function not taking stdcall into account.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14625