stabs-1.m: New test.

[gcc/testsuite/ChangeLog]
2004-12-16  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/stabs-1.m: New test.

From-SVN: r92302
This commit is contained in:
Ziemowit Laski 2004-12-17 02:50:33 +00:00 committed by Ziemowit Laski
parent 93a1c06dc0
commit 3cc491e8f3
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-12-16 Ziemowit Laski <zlaski@apple.com>
* objc.dg/stabs-1.m: New test.
2004-12-16 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/visibility-c.c: Change compile to

View File

@ -0,0 +1,18 @@
/* Check if the final SO STABS record goes into the .text section. */
/* Contributed by Ziemowit Laski <zlaski@apple.com> */
/* { dg-do compile } */
/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* } { "*" } { "" } } */
/* { dg-options "-gstabs" } */
@interface MyClass
+ newWithArg: arg;
@end
@implementation MyClass
+ newWithArg: arg
{
}
@end
/* { dg-final { scan-assembler ".text\n\t.stabs.*100,0,0,Letext\[0-9\]*\nLetext" } } */