annotate gcc/testsuite/objc.dg/dwarf-1.m @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* { dg-options "-gdwarf-2 -dA" } */
kono
parents:
diff changeset
2 /* { dg-final { scan-assembler "\"id.0\".*DW_AT_name" } } */
kono
parents:
diff changeset
3 /* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */
kono
parents:
diff changeset
4 @interface foo
kono
parents:
diff changeset
5 id x;
kono
parents:
diff changeset
6 @end