* g++.dg/other/ucnid-1.C: xfail on AIX.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Jun 2005 04:11:49 +0000 (04:11 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Jun 2005 04:11:49 +0000 (04:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101455 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/ucnid-1.C

index a75c03e..12292e4 100644 (file)
@@ -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
index a5884bc..faba7b8 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */
 #include <cstdlib>
 
 int \u00C0(void) { return 1; }