URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [winline-4.c] - Rev 12
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-Winline -O1 -fno-unit-at-a-time" } */ inline int q(void); /* { dg-warning "body not available" } */ inline int t(void) { return q(); /* { dg-warning "called from here" } */ } int q(void) { }