Commit f3567598 by Eric Botcazou Committed by Eric Botcazou

ucnid-2.c: XFAIL on Solaris.

	* gcc.dg/ucnid-2.c: XFAIL on Solaris.
	* gcc.dg/ucnid-3.c: Likewise.
	* gcc.dg/ucnid-4.c: Likewise.
	* g++.dg/other/ucnid-1.C: Likewise.

From-SVN: r105181
parent a92dd235
2005-10-10 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/ucnid-2.c: XFAIL on Solaris.
* gcc.dg/ucnid-3.c: Likewise.
* gcc.dg/ucnid-4.c: Likewise.
* g++.dg/other/ucnid-1.C: Likewise.
2005-10-10 Mark Mitchell <mark@codesourcery.com> 2005-10-10 Mark Mitchell <mark@codesourcery.com>
PR c++/24139 PR c++/24139
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-fextended-identifiers" } */ /* { dg-options "-fextended-identifiers" } */
/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-xfail-if "" { powerpc-ibm-aix* *-*-solaris2.* } { "*" } { "" } } */
#include <cstdlib> #include <cstdlib>
int \u00C0(void) { return 1; } int \u00C0(void) { return 1; }
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-xfail-if "" { powerpc-ibm-aix* *-*-solaris2.* } { "*" } { "" } } */
/* { dg-options "-std=c99 -fextended-identifiers" } */ /* { dg-options "-std=c99 -fextended-identifiers" } */
void abort (void); void abort (void);
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-xfail-if "" { powerpc-ibm-aix* *-*-solaris2.* } { "*" } { "" } } */
/* { dg-options "-std=c99 -fextended-identifiers" } */ /* { dg-options "-std=c99 -fextended-identifiers" } */
void abort (void); void abort (void);
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-xfail-if "" { powerpc-ibm-aix* *-*-solaris2.* } { "*" } { "" } } */
/* { dg-options "-std=c99 -fextended-identifiers" } */ /* { dg-options "-std=c99 -fextended-identifiers" } */
void abort (void); void abort (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment