summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-24 12:54:43 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-24 12:54:43 +0000
commit0033bc176cfda7d9fd2ad435e5cec9f12ee3bbfe (patch)
tree17c365c736d6c3f1ade64bc963d93a07ea1a16e3 /libstdc++-v3/testsuite
parent140918212a3ceafe9e050b1103448bca0b4e035c (diff)
downloadgcc-0033bc176cfda7d9fd2ad435e5cec9f12ee3bbfe.tar.gz
2014-10-24 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/atomic_base.h: Avoid including <stdbool.h>. * include/std/atomic: When __cplusplus < 201103L skip the rest of the header. * testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc: Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216667 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r--libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc b/libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc
index b199132e5d1..af2b39401b0 100644
--- a/libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc
+++ b/libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc
@@ -18,7 +18,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
-#include <atomic> // { dg-excess-errors "In file included from" }
+#include <atomic>
// { dg-error "ISO C.. 2011" "" { target *-*-* } 32 }