From 1bf9fa05884e3ff03235a16a6ecd4ab01d633ecf Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sun, 6 Aug 2006 23:56:24 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/g++.dg/other/unused1.C | 1 + 2 files changed, 4 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d9d947f1182..99c4174a389 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2006-08-06 John David Anglin + 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*-*-*. diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C index e5c9236248d..ea846940347 100644 --- a/gcc/testsuite/g++.dg/other/unused1.C +++ b/gcc/testsuite/g++.dg/other/unused1.C @@ -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. */