aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die1.c
blob: 39f0bf2792a17df0e5f1c135ae91fcc3f0303cdf (plain)
1
2
3
4
5
6
7
8
/* 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;