URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [always_inline.c] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-Winline -O2" } */ #include <stdarg.h> inline __attribute__ ((always_inline)) void e(int t, ...) /* { dg-message "sorry\[^\n\]*variable argument" "" } */ { va_list q; va_start (q, t); }