[Bug target/20951] bogus error passing &va_list to va_list*

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Apr 11 17:07:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-11 17:07 -------
Nope this is invalid, see PR 14557 for more discussion about this issue.
&va is equivalent to &va[0] on x86_64 since va_list is defined as an array on x86_64.

*** This bug has been marked as a duplicate of 14557 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |target
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20951



More information about the Gcc-bugs mailing list