aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2005-06-30 04:11:49 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2005-06-30 00:11:49 -0400
commit33a72fb92d458d17e202c18e11e74f52daccc092 (patch)
treef436be694a1f195311199ff3cbeb758816e57810
parent9c6b4ed953f7c00d866e84217f4f4966bab4e19c (diff)
downloadgcc-33a72fb92d458d17e202c18e11e74f52daccc092.zip
gcc-33a72fb92d458d17e202c18e11e74f52daccc092.tar.gz
gcc-33a72fb92d458d17e202c18e11e74f52daccc092.tar.bz2
* g++.dg/other/ucnid-1.C: xfail on AIX.
From-SVN: r101455
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.dg/other/ucnid-1.C1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a75c03e..12292e4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-29 David Edelsohn <edelsohn@gnu.org>
+
+ * g++.dg/other/ucnid-1.C: xfail on AIX.
+
2005-06-29 Diego Novillo <dnovillo@redhat.com>
PR 22234
diff --git a/gcc/testsuite/g++.dg/other/ucnid-1.C b/gcc/testsuite/g++.dg/other/ucnid-1.C
index a5884bc..faba7b8 100644
--- a/gcc/testsuite/g++.dg/other/ucnid-1.C
+++ b/gcc/testsuite/g++.dg/other/ucnid-1.C
@@ -1,4 +1,5 @@
/* { dg-do run } */
+/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */
#include <cstdlib>
int \u00C0(void) { return 1; }