diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2008-03-30 23:20:57 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2008-03-30 23:20:57 +0000 |
commit | 089a842324c734a9cc13383b41c41d7f46989406 (patch) | |
tree | 816788aa1526601c45476845d5bfb7abb0002f4a | |
parent | adcc62c7677c3bf0a81301d2103e87082a9d7cce (diff) | |
download | gcc-089a842324c734a9cc13383b41c41d7f46989406.zip gcc-089a842324c734a9cc13383b41c41d7f46989406.tar.gz gcc-089a842324c734a9cc13383b41c41d7f46989406.tar.bz2 |
re PR c++/35245 (FAIL: g++.dg/other/anon5.C)
PR c++/35245
* g++.dg/other/anon5.C: Skip on hppa*-*-hpux*.
From-SVN: r133739
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/other/anon5.C | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 515f5fd..93d4579 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-03-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + PR c++/35245 + * g++.dg/other/anon5.C: Skip on hppa*-*-hpux*. + 2008-03-30 Volker Reichelt <v.reichelt@netcologne.de> PR c++/35578 diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C index 68a02880..02b3e10 100644 --- a/gcc/testsuite/g++.dg/other/anon5.C +++ b/gcc/testsuite/g++.dg/other/anon5.C @@ -1,5 +1,5 @@ // PR c++/34094 -// { dg-do link } +// { dg-do link { target { ! hppa*-*-hpux* } } } // { dg-options "-g" } namespace { |