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-die6.c] - Rev 816
Compare with Previous | Blame | View Log
/* not inline inline function must not have abstract DIE */ /* { dg-do compile } */ /* { dg-options "-O2 -fno-inline -gdwarf-2 -dA -fpreprocessed" } */ /* { dg-final { scan-assembler-not "DW_AT_inline" } } */ #1 "test.h" inline int t() { } int q() { t(); }