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