Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / debug / dwarf2 / dwarf-die1.c
blobfdfbf83215edfcaa42776f50e27951dde3d4ad71
1 /* Verify that inline function never actually inlined has no abstract DIE. */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -gdwarf-2 -dA" } */
4 /* { dg-final { scan-assembler-not "DW_AT_inline" } } */
5 inline int t()
8 int (*q)()=t;