summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-12 17:46:53 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-12 17:46:53 +0000
commita608d438ab887a218178f915fb2710b5d6181e62 (patch)
tree29258349bd3eebdbb7ce847422c56a327139f050
parentc2203328bbad05b0f73c3d620dc44bc0cee21725 (diff)
downloadgcc-a608d438ab887a218178f915fb2710b5d6181e62.tar.gz
PR78465 Remove runtime tests for <atomic> macros
PR libstdc++/78465 * testsuite/29_atomics/headers/atomic/macros.cc: Replace runtime tests with preprocessor conditions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@243572 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6ae02e42a03..26720919896 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,6 +1,15 @@
2016-12-12 Jonathan Wakely <jwakely@redhat.com>
Backport from mainline
+ 2016-11-22 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/78465
+ * testsuite/29_atomics/headers/atomic/macros.cc: Replace runtime tests
+ with preprocessor conditions.
+
+2016-12-12 Jonathan Wakely <jwakely@redhat.com>
+
+ Backport from mainline
2016-10-19 Jonathan Wakely <jwakely@redhat.com>
* include/experimental/bits/shared_ptr.h (experimental::shared_ptr):