Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git] / gcc-4_9 / gcc / testsuite / objc.dg / dwarf-1.m
blob3bfabbae475aa4de87e634b742da50d26ecb3cb3
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