URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [dwarf2/] [dwarf-die1.c] - Rev 689
Compare with Previous | Blame | View Log
/* Verify that inline function never actually inlined has no abstract DIE. */ /* { dg-do compile } */ /* { dg-options "-O2 -gdwarf-2 -dA" } */ /* { dg-final { scan-assembler-not "DW_AT_inline" } } */ inline int t() { } int (*q)()=t;