* gcc.dg/20040813-1.c: Disable for alpha and ia64.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 2004 05:22:35 +0000 (05:22 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 2004 05:22:35 +0000 (05:22 +0000)
        * objc.dg/stabs-1.m: Disable for ia64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92727 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 35125e4..c381350 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-29  Richard Henderson  <rth@redhat.com>
+
+       * gcc.dg/20040813-1.c: Disable for alpha and ia64.
+       * objc.dg/stabs-1.m: Disable for ia64.
+
 2004-12-29  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/19190
index c521eff..acfe9ec 100644 (file)
@@ -2,7 +2,7 @@
 /* Contributed by Devang Patel  <dpatel@apple.com>  */
 
 /* { dg-do compile } */
-/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* *-*-netware* } { "*" } { "" } } */
+/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* *-*-netware* alpha*-*-* ia64-*-* } { "*" } { "" } } */
 /* { dg-options "-gstabs" } */
 
 int
index 8d9e6ba..9c38b91 100644 (file)
@@ -2,7 +2,7 @@
 /* Contributed by Ziemowit Laski <zlaski@apple.com> */
 
 /* { dg-do compile } */
-/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* } { "*" } { "" } } */
+/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* ia64-*-* } { "*" } { "" } } */
 /* { dg-options "-gstabs" } */
 
 @interface MyClass