summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20021023-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/20021023-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/20021023-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20021023-1.c b/gcc/testsuite/gcc.dg/20021023-1.c
index 3e16a84fe0c..855b2cc1ed0 100644
--- a/gcc/testsuite/gcc.dg/20021023-1.c
+++ b/gcc/testsuite/gcc.dg/20021023-1.c
@@ -17,7 +17,7 @@ bar (void *a, float b, const char *c, ...)
va_list args;
unsigned int d;
- __builtin_stdarg_start (args, c);
+ __builtin_va_start (args, c);
d = foo (a, b, c, args, a);
__builtin_va_end (args);
return d;