aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die2.c
blob: 746ab031b830b771af11687399e638fbf7810d9a (plain)
1
2
3
4
5
6
7
/* Verify that inline function never actually emit has no DIE.  */
/* { dg-do compile } */
/* { dg-options "-O0 -gdwarf -dA" } */
/* { dg-final { scan-assembler-not "CIE Version" } } */
static inline int t()
{
}