This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2005 03:08:07 -0000
- Subject: [Bug middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily
- References: <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from mmitchel at gcc dot gnu dot org 2005-10-31 03:08 -------
On the one hand, varargs functions generally aren't used where performance
really matters. On the other, this seems like something that shouldn't be too
hard to fix -- and there's a code-size regression here too.
I'm leaving this as P2.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20983