From 57f0099a9633018a8812b64e7134fe93b62ab972 Mon Sep 17 00:00:00 2001
From: David Edelsohn <edelsohn@gnu.org>
Date: Fri, 17 Sep 2004 13:48:43 +0000
Subject: [PATCH] * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.

From-SVN: r87645
---
 gcc/testsuite/ChangeLog                | 4 ++++
 gcc/testsuite/gcc.dg/darwin-longlong.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index eb89d6b6468f..f8fe5af7083f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-17  David Edelsohn  <edelsohn@gnu.org>
+
+	* gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
+
 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
 
 	* gcc.c-torture/execute/pr17252.c: Use post-increment to
diff --git a/gcc/testsuite/gcc.dg/darwin-longlong.c b/gcc/testsuite/gcc.dg/darwin-longlong.c
index 1c5d057798be..b9392c0c37b6 100644
--- a/gcc/testsuite/gcc.dg/darwin-longlong.c
+++ b/gcc/testsuite/gcc.dg/darwin-longlong.c
@@ -1,4 +1,5 @@
 /* { dg-do run { target powerpc*-*-* } } */
+/* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "-mcpu=G5" } { "" } } */
 /* { dg-options "-mcpu=G5" } */
 
 #include <signal.h>
-- 
GitLab