20040813-1.c: Disable for alpha and ia64.
authorRichard Henderson <rth@redhat.com>
Thu, 30 Dec 2004 05:22:35 +0000 (21:22 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 30 Dec 2004 05:22:35 +0000 (21:22 -0800)
        * gcc.dg/20040813-1.c: Disable for alpha and ia64.
        * objc.dg/stabs-1.m: Disable for ia64.

From-SVN: r92727

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

index 35125e4ee787813a8975e2e44f3981625d82a9ce..c38135052f6cac1c1344fac069255c5346d0c0f8 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 c521eff3a388cd9bfac68220bd8ea6381bd62fd5..acfe9ec8169a063933ad58a39369f0f0cd424c9d 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 8d9e6baa5ed8cc42db7d2783b5c682fc91b2deb2..9c38b91672873cb7f088b4027110e5e509f9763c 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