From: David Edelsohn Date: Thu, 30 Jun 2005 04:11:49 +0000 (+0000) Subject: * g++.dg/other/ucnid-1.C: xfail on AIX. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33a72fb92d458d17e202c18e11e74f52daccc092;p=gcc.git * g++.dg/other/ucnid-1.C: xfail on AIX. From-SVN: r101455 --- 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; }