diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2008-11-10 21:06:55 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-11-10 21:06:55 +0000 |
commit | 3fe8e64bc222e8149cb623fb47d25e74124e98ab (patch) | |
tree | 4075a4c72642593c34f14d240f665d48d7d9a6e3 | |
parent | 286f9bea553bb5d2ff34de3b11876836242080f4 (diff) | |
download | gcc-3fe8e64bc222e8149cb623fb47d25e74124e98ab.zip gcc-3fe8e64bc222e8149cb623fb47d25e74124e98ab.tar.gz gcc-3fe8e64bc222e8149cb623fb47d25e74124e98ab.tar.bz2 |
* g++.dg/other/anon5.C: Skip on Solaris.
From-SVN: r141749
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/other/anon5.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 48794e8..55ba2e4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2008-11-10 Eric Botcazou <ebotcazou@adacore.com> + * g++.dg/other/anon5.C: Skip on Solaris. + +2008-11-10 Eric Botcazou <ebotcazou@adacore.com> + * gnat.dg/pack11.adb: New test. 2008-11-10 Jakub Jelinek <jakub@redhat.com> diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C index 53cf9e3..7dcfe51 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 { target { ! *-*-hpux* } } } +// { dg-do link { target { ! { *-*-hpux* *-*-solaris2.* } } } } // { dg-options "-g" } namespace { |