From 33a72fb92d458d17e202c18e11e74f52daccc092 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 30 Jun 2005 04:11:49 +0000 Subject: [PATCH] * g++.dg/other/ucnid-1.C: xfail on AIX. From-SVN: r101455 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/other/ucnid-1.C | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a75c03ecfb2..12292e4ba1d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-06-29 David Edelsohn + + * g++.dg/other/ucnid-1.C: xfail on AIX. + 2005-06-29 Diego Novillo PR 22234 diff --git a/gcc/testsuite/g++.dg/other/ucnid-1.C b/gcc/testsuite/g++.dg/other/ucnid-1.C index a5884bc8888..faba7b87f11 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 int \u00C0(void) { return 1; } -- 2.30.2