summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die1.c
blob: fdfbf83215edfcaa42776f50e27951dde3d4ad71 (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;