From 9503e7909cf99156a4798df2bc6a6f6b9c07a3a1 Mon Sep 17 00:00:00 2001
From: Richard Henderson <rth@redhat.com>
Date: Wed, 29 Dec 2004 21:22:35 -0800
Subject: [PATCH] 20040813-1.c: Disable for alpha and ia64.

        * gcc.dg/20040813-1.c: Disable for alpha and ia64.
        * objc.dg/stabs-1.m: Disable for ia64.

From-SVN: r92727
---
 gcc/testsuite/ChangeLog           | 5 +++++
 gcc/testsuite/gcc.dg/20040813-1.c | 2 +-
 gcc/testsuite/objc.dg/stabs-1.m   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 35125e4ee787..c38135052f6c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/20040813-1.c b/gcc/testsuite/gcc.dg/20040813-1.c
index c521eff3a388..acfe9ec8169a 100644
--- a/gcc/testsuite/gcc.dg/20040813-1.c
+++ b/gcc/testsuite/gcc.dg/20040813-1.c
@@ -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
diff --git a/gcc/testsuite/objc.dg/stabs-1.m b/gcc/testsuite/objc.dg/stabs-1.m
index 8d9e6baa5ed8..9c38b9167287 100644
--- a/gcc/testsuite/objc.dg/stabs-1.m
+++ b/gcc/testsuite/objc.dg/stabs-1.m
@@ -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
-- 
GitLab