aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die6.c
blob: 40cdc8dee37ea0191ae3f58c22acf8159163825e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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();
}