Commit 3cc491e8 by Ziemowit Laski Committed by Ziemowit Laski

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
parent 93a1c06d
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
......
/* 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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment