From 0581f5b2ad38ddee2b7de73b0e0efa101d60183a Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 16 Mar 2019 18:23:48 +0000 Subject: [PATCH] Fix type in last change. From-SVN: r269733 --- gcc/testsuite/ChangeLog | 2 ++ gcc/testsuite/g++.dg/cpp0x/pr84497.C | 1 + 2 files changed, 3 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0141ba9..d52a648 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2019-03-16 John David Anglin + * g++.dg/cpp0x/pr84497.C: Restore dg-require-weak. + PR testsuite/89393 * g++.dg/abi/ref-temp1.C: Skip on 32-bit hppa*-*-hpux*. * g++.dg/cpp0x/pr84497.C: Likewise. diff --git a/gcc/testsuite/g++.dg/cpp0x/pr84497.C b/gcc/testsuite/g++.dg/cpp0x/pr84497.C index cd72253..d44a779 100644 --- a/gcc/testsuite/g++.dg/cpp0x/pr84497.C +++ b/gcc/testsuite/g++.dg/cpp0x/pr84497.C @@ -1,5 +1,6 @@ // PR 84497 mismatch with thread constructor fn weakness // { dg-do compile { target c++11 } } +// { dg-require-weak "" } // { dg-skip-if "No .weak" { { hppa*-*-hpux* } && { ! lp64 } } } struct Base -- 2.7.4