This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/14625] tail call optimization missed


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]