aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die7.c
blob: d8d013af38c22c124562cdbcf4004d69434c2391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Inlined non-inline function must have abstract DIE  */
/* { dg-do compile */
/* { dg-options "-O2 -gdwarf-2 -dA -fpreprocessed" } */
/* { dg-final { scan-assembler "1.*DW_AT_inline" } } */
#1 "test.h"
void f(void);
static int t()
{
	f();
}
int q()
{
  t();
}