Commit 0581f5b2 by John David Anglin

Fix type in last change.

From-SVN: r269733
parent 3b7f7283
2019-03-16 John David Anglin <danglin@gcc.gnu.org> 2019-03-16 John David Anglin <danglin@gcc.gnu.org>
* g++.dg/cpp0x/pr84497.C: Restore dg-require-weak.
PR testsuite/89393 PR testsuite/89393
* g++.dg/abi/ref-temp1.C: Skip on 32-bit hppa*-*-hpux*. * g++.dg/abi/ref-temp1.C: Skip on 32-bit hppa*-*-hpux*.
* g++.dg/cpp0x/pr84497.C: Likewise. * g++.dg/cpp0x/pr84497.C: Likewise.
......
// PR 84497 mismatch with thread constructor fn weakness // PR 84497 mismatch with thread constructor fn weakness
// { dg-do compile { target c++11 } } // { dg-do compile { target c++11 } }
// { dg-require-weak "" }
// { dg-skip-if "No .weak" { { hppa*-*-hpux* } && { ! lp64 } } } // { dg-skip-if "No .weak" { { hppa*-*-hpux* } && { ! lp64 } } }
struct Base struct Base
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment