| Index: gcc/gcc/testsuite/g++.dg/other/ucnid-1.C
|
| diff --git a/gcc/gcc/testsuite/g++.dg/other/ucnid-1.C b/gcc/gcc/testsuite/g++.dg/other/ucnid-1.C
|
| index edc39c973b945dddaec7d748086092c4763e03cd..9a2728f25bb85c0fa74eb68c40d7832fbc1f1412 100644
|
| --- a/gcc/gcc/testsuite/g++.dg/other/ucnid-1.C
|
| +++ b/gcc/gcc/testsuite/g++.dg/other/ucnid-1.C
|
| @@ -1,6 +1,7 @@
|
| /* { dg-do run } */
|
| /* { dg-options "-fextended-identifiers" } */
|
| -/* { dg-xfail-if "" { powerpc-ibm-aix* *-*-solaris2.* } { "*" } { "" } } */
|
| +/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */
|
| +/* { dg-skip-if "" { ! ucn } { "*" } { "" } } */
|
| #include <cstdlib>
|
|
|
| int \u00C0(void) { return 1; }
|
|
|