re PR testsuite/27611 (FAIL: g++.dg/other/unused1.C scan-assembler string\t"class2" and string\t"printer")

PR testsuite/27611
	* g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.

From-SVN: r115979
This commit is contained in:
John David Anglin 2006-08-06 23:56:24 +00:00 committed by John David Anglin
parent a1334347a5
commit 1bf9fa0588
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2006-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR testsuite/27611
* g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
PR testsuite/27033
* g++.dg/eh/spbp.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-g" } */
/* { dg-skip-if "" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
/* Make sure we didn't eliminate casted types because we thought they were
unused. */