summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2016-12-12 17:46:53 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2016-12-12 17:46:53 +0000
commitafa5dd9866b615f5761e5d49821adcf27ce050cf (patch)
tree29258349bd3eebdbb7ce847422c56a327139f050 /libstdc++-v3
parentf70c36d1661aeddd393e62c6594610c1e19d3204 (diff)
downloadgcc-afa5dd9866b615f5761e5d49821adcf27ce050cf.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. From-SVN: r243572
Diffstat (limited to 'libstdc++-v3')
-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):