URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [always_inline3.c] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-Winline -O2" } */ inline __attribute__ ((always_inline)) void q2(void) { /* { dg-error "recursive" "" } */ q2(); /* { dg-error "called from here" "" } */ q2(); /* { dg-error "called from here" "" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log