https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117432

nightstrike <nightstrike at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nightstrike at gmail dot com

--- Comment #16 from nightstrike <nightstrike at gmail dot com> ---
On mingw-w64, the new testcase fails:

Excess errors:
/tmp/gcc/testsuite/gcc.c-torture/execute/pr117432.c:35:15: error: macro
'va_start' requires 2 arguments, but only 1 given
/tmp/gcc/testsuite/gcc.c-torture/execute/pr117432.c:35:3: error: 'va_start'
undeclared (first use in this function)

The line in question is:
  va_start (ap);

which as the error states, has only one argument instead of two.

Tested on 15.

Reply via email to