Revise -mdisable-fpregs option and add new -msoft-mult option
[official-gcc.git] / gcc / testsuite / objc.dg / stabs-1.m
blobb97e4d6a762bc038b0e51a6dc3d66f84f031c2da
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" } */
6 /* { dg-additional-options "-Wno-objc-root-class" } */
8 @interface MyClass
9 + newWithArg: arg;
10 @end
12 @implementation MyClass
13 + newWithArg: arg
16 @end
18 /* See PR target/52152 for the xfail.  */
19 /* { 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* } } } */