This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15529] Use of regparm inhibits tail call optimization
- 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: 20 May 2004 17:44:49 -0000
- Subject: [Bug target/15529] Use of regparm inhibits tail call optimization
- References: <20040518225653.15529.cesarb@nitnet.com.br>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-20 17:44 -------
there is a fixme in the code:
/* ??? Need to count the actual number of registers to be used,
not the possible number of registers. Fix later. */
return false;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15529