aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/pr41543.c
blob: 6b3234be5b932e11e054ad5f72241189fb345837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* PR preprocessor/41543 */
/* { dg-do compile } */
/* { dg-options "-save-temps -gdwarf -O0 -dA -fno-merge-debug-strings" } */

#include <stdarg.h>

int
foo (va_list ap)
{
  return va_arg (ap, int);
}

/* { dg-final { scan-assembler-not "DW_AT_decl_file\[^\\r\\n\]*\(pr41543\.i\)" } } */