URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [inline-15.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check that an error message is produced when a C99 inline function is never defined. */ /* { dg-do compile } */ /* { dg-options "-std=c99" } */ extern inline int func1 (void); /* { dg-warning "never defined" } */ inline int func2 (void); /* { dg-warning "never defined" } */
Go to most recent revision | Compare with Previous | Blame | View Log