]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-char2.c
Get rid of dg-skip-if etc. default args
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / debug / dwarf2 / dwarf-char2.c
1 /* PR debug/7241 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -gdwarf -dA" } */
4 /* { dg-skip-if "Unmatchable assembly" { mmix-*-* } } */
5 /* { dg-final { scan-assembler "0x\[68\]\[ \t\]+\[#@;!/|\]+\[ \t\]+DW_AT_encoding" } } */
6 /* { dg-final { scan-assembler-not "0x\[57\]\[ \t\]+\[#@;!/|\]+\[ \t\]+DW_AT_encoding" } } */
7
8 const char a;
9 char b;
10 volatile signed char c;
11 signed char d;
12 const volatile unsigned char e;
13 unsigned char f;