URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [nested-func-6.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O -Winline" } */ static inline int foo1 (int a) { /* { dg-bogus "function not inlinable" } */ void bar1 (int b) {} return a; } int foo2 (int a) { return foo1 (a); }
Go to most recent revision | Compare with Previous | Blame | View Log