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


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-29 03:37 -------
Hmm, I think the same problem is on powerpc.
There is an extra store to -40(r1).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |i686-*-*
            Summary|[4.0/4.1regression] varargs |[4.0/4.1 Regression] varargs
                   |functions force va_list     |functions force va_list
                   |variable to stack           |variable to stack
                   |unnecessarily               |unnecessarily


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]