d: Fix gdc -O2 -mavx generates misaligned vmovdqa instruction [PR114171]
[official-gcc.git] / gcc / testsuite / objc.dg / dwarf-1.m
blobd411c3cf1e8482a06336e05c9781f99b3e7d6c17
1 /* { dg-options "-gdwarf-2 -dA" } */
2 /* { dg-final { scan-assembler "\"id.0\".*DW_AT_name" } } */
3 /* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */
4 @interface foo
5   id x;
6 @end