On 29/06/16 13:49 -0700, Mike Stump wrote:
On Thursday 26 May 2016 14:00:55 Thomas Preudhomme wrote:
[Sorry for the large recipient list, I wasn't sure who of C++ and x86
maintainers should approve this]
Hi,
29_atomics/atomic/65913.cc test in libstdc++ is a runtime test that only
rely on atomic and gnu++11 support. Therefore I propose to require
atomic-builtins instead of an x86 (32 or 64 bits) target.
ChangeLog entry is as follows:
2016-05-19 Thomas Preud'homme <thomas.preudho...@arm.com>
* testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins
rather than specific target.
Patch is in attachment.
The original mail with the patch is:
https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00167.html
Is this ok for trunk?
Yes, any target that passes dg-require-atomic-builtins should be able
to do that test without libatomic, so OK for trunk.