diff options
| author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-06 23:56:24 +0000 |
|---|---|---|
| committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-06 23:56:24 +0000 |
| commit | 4065bddf1846e6bcac240e2de63ff7929cf265b8 (patch) | |
| tree | cde6b66dbc2ff6a3ec6ce51185df11d47428e680 | |
| parent | 2fb03d974bb41da964834d53b5d9f251180dd984 (diff) | |
| download | ppe42-gcc-4065bddf1846e6bcac240e2de63ff7929cf265b8.tar.gz ppe42-gcc-4065bddf1846e6bcac240e2de63ff7929cf265b8.zip | |
PR testsuite/27611
* g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115979 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/other/unused1.C | 1 |
2 files changed, 4 insertions, 0 deletions
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 <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*-*-*. 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. */ |

