This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] testsuite/29_atomics/atomic/cons/49445.cc missing dg-require-atomic-builtins
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Marcus Shawcroft <marcus dot shawcroft at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 10 Oct 2013 17:35:41 +0100
- Subject: Re: [PATCH] testsuite/29_atomics/atomic/cons/49445.cc missing dg-require-atomic-builtins
- Authentication-results: sourceware.org; auth=none
- References: <5256CD63 dot 6050403 at arm dot com>
On 10 October 2013 16:53, Marcus Shawcroft wrote:
> Hi,
>
> The libstdc++-v3 testcase atomic/cons/49445.cc fails for a variety of arm
> configurations that do not provide atomic builtins because the test is not
> gated by dg-require-atomic-builtins
>
> OK ?
OK, thanks.