Message ID | 5256CD63.6050403@arm.com |
---|---|
State | New |
Headers | show |
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.
diff --git a/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc index 793b58d..e45e777 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc @@ -1,3 +1,4 @@ +// { dg-require-atomic-builtins "" } // { dg-options "-std=gnu++0x" } // Copyright (C) 2012-2013 Free Software Foundation, Inc.