Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / pr17301-1.c
blob353f429910fe1987a115bfb5f8ab511bf74f458e
1 /* Invalid use of __builtin_stdarg_start should not cause an ICE. Bug
2 17301. */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 int
7 write_format (char *format, ...)
9 __builtin_va_list p;
10 __builtin_stdarg_start (p); /* { dg-error "error: too few arguments to function 'va_start'" } */