ucnid-11.c: Skip on hppa*-*-hpux* (32-bit).

* gcc.dg/ucnid-11.c: Skip on hppa*-*-hpux* (32-bit).
	* gcc.dg/ucnid-12.c: Likewise.

From-SVN: r150281
This commit is contained in:
John David Anglin 2009-07-30 22:56:14 +00:00 committed by John David Anglin
parent 9fc7757408
commit 9f69be1549
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-07-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/ucnid-11.c: Skip on hppa*-*-hpux* (32-bit).
* gcc.dg/ucnid-12.c: Likewise.
2009-07-30 Michael Meissner <meissner@linux.vnet.ibm.com>
Pat Haugen <pthaugen@us.ibm.com>
Revital Eres <ERES@il.ibm.com>

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-xfail-if "" { powerpc-ibm-aix* *-*-solaris2.* } { "*" } { "" } } */
/* { dg-skip-if "-fdata-sections not supported" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
/* { dg-options "-std=c99 -fextended-identifiers -fdata-sections" } */
#include "ucnid-3.c"

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-xfail-if "" { powerpc-ibm-aix* *-*-solaris2.* } { "*" } { "" } } */
/* { dg-skip-if "-ffunction-sections not supported" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
/* { dg-options "-std=c99 -fextended-identifiers -ffunction-sections" } */
#include "ucnid-4.c"