aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1
diff options
context:
space:
mode:
authorbkoz <>2007-09-14 16:46:56 +0000
committerbkoz <>2007-09-14 16:46:56 +0000
commit8658e2d8b7d51a9e39d4b4b49bac2cc899a145d9 (patch)
tree3034f05765a3ea09ca2ed16721c17c087ddae113 /libstdc++-v3/include/tr1
parent657146dee4c31bf1ecc6f6abc85e41611747d386 (diff)
2007-09-14 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/17_intro/headers/all_pedantic_errors.cc: New. * include/tr1_impl/cinttypes: Add pragma GCC system_header. * include/tr1_impl/cfenv: Same. * include/tr1_impl/cstdint: Same. * include/tr1/cstdbool: Same. * include/ext/pb_ds/detail/resize_policy/ hash_prime_size_policy_imp.hpp: Same. * include/parallel/partial_sum.h: Avoid VLA error with __builtin_alloca.
Diffstat (limited to 'libstdc++-v3/include/tr1')
-rw-r--r--libstdc++-v3/include/tr1/cstdbool2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/tr1/cstdbool b/libstdc++-v3/include/tr1/cstdbool
index 4e43db3064b..5f6e80eae9e 100644
--- a/libstdc++-v3/include/tr1/cstdbool
+++ b/libstdc++-v3/include/tr1/cstdbool
@@ -34,6 +34,8 @@
#ifndef _GLIBCXX_TR1_CSTDBOOL
#define _GLIBCXX_TR1_CSTDBOOL 1
+#pragma GCC system_header
+
#include <bits/c++config.h>
#if _GLIBCXX_HAVE_STDBOOL_H