URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr17301-1.c] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
/* Invalid use of __builtin_stdarg_start should not cause an ICE. Bug 17301. */ /* { dg-do compile } */ /* { dg-options "" } */ int write_format (char *format, ...) { __builtin_va_list p; __builtin_stdarg_start (p); /* { dg-error "error: too few arguments to function 'va_start'" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log