* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / objc.dg / stabs-1.m
blob452993ed9165172d89972a5496163524ebd2e21e
1 /* Check if the final SO STABS record goes into the .text section.  */
2 /* Contributed by Ziemowit Laski <zlaski@apple.com> */
4 /* { dg-do compile { target stabs } } */
5 /* { dg-options "-gstabs" } */
7 @interface MyClass
8 + newWithArg: arg;
9 @end
11 @implementation MyClass
12 + newWithArg: arg
15 @end
17 /* See PR target/52152 for the xfail.  */
18 /* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\[\.\$\])?L?L\[\$\]?etext\[0-9\]*\n(\[\.\$\])?L?L\[\$\]?etext" { xfail mips*-*-elf* } } } */