Re: [PATCH] Fix PR libstdc++/68739 on hpux

2017-02-18 Thread Jonathan Wakely
On 18/02/17 09:45 -0500, John David Anglin wrote: The attached change fixes the fails noted in PR 68730. Okay for trunk? No, the whole point of that test type is to check that the type can be declared as a constexpr variable. The problem is that types like std::mutex can't be constexpr for so

[PATCH] Fix PR libstdc++/68739 on hpux

2017-02-18 Thread John David Anglin
The attached change fixes the fails noted in PR 68730. Okay for trunk? Dave -- John David Anglin dave.ang...@bell.net 2016-02-18 John David Anglin PR libstdc++/68739 testsuite/util/testsuite_common_types.h: Adjust template type. Index: testsuite/util/testsuite_common_