* objc.dg/stabs-1.m: Disable for alpha.
authorRichard Henderson <rth@redhat.com>
Wed, 29 Dec 2004 01:43:00 +0000 (17:43 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 29 Dec 2004 01:43:00 +0000 (17:43 -0800)
From-SVN: r92694

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/stabs-1.m

index 1b81b8384d385e851407b6d0d3eaee84434bb5cf..f7208334c904ec7a32c844d600eba2ebdc668f0d 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-28  Richard Henderson  <rth@redhat.com>
+
+       * objc.dg/stabs-1.m: Disable for alpha.
+
 2004-12-27  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/19149
index bd2928036a454da354713fd304e70d413614503d..8d9e6baa5ed8cc42db7d2783b5c682fc91b2deb2 100644 (file)
@@ -2,7 +2,7 @@
 /* Contributed by Ziemowit Laski <zlaski@apple.com> */
 
 /* { dg-do compile } */
-/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* } { "*" } { "" } } */
+/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* } { "*" } { "" } } */
 /* { dg-options "-gstabs" } */
 
 @interface MyClass