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 middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily



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


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