diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 13:48:43 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 13:48:43 +0000 |
commit | d14524761ba1e4f3035019542ad7818dabad529c (patch) | |
tree | 7e6f01f6fb980aba79025642ab4b4984c2d9accb | |
parent | 95cb3ba95c429ce1b4fda6489814e1c7175ba264 (diff) | |
download | gcc-d14524761ba1e4f3035019542ad7818dabad529c.tar.gz |
* gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87645 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/darwin-longlong.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eb89d6b6468..f8fe5af7083 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 1c5d057798b..b9392c0c37b 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> |