summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-12 17:46:57 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-12 17:46:57 +0000
commit44f82c18b7ba53f66b8406a6b272141db5e72b82 (patch)
tree6b35e8d4dd782b813896a58ec75980a4734de5e9
parenta608d438ab887a218178f915fb2710b5d6181e62 (diff)
downloadgcc-44f82c18b7ba53f66b8406a6b272141db5e72b82.tar.gz
Improve tests for contents of <new> header
Backport from mainline 2016-12-07 Jonathan Wakely <jwakely@redhat.com> * testsuite/18_support/headers/new/synopsis.cc: Add C++14 declarations and use effective-target to do test for C++11 and later. * testsuite/18_support/headers/new/synopsis_cxx98.cc: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@243573 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 26720919896..a845323a714 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-12-07 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/18_support/headers/new/synopsis.cc: Add C++14 declarations
+ and use effective-target to do test for C++11 and later.
+ * testsuite/18_support/headers/new/synopsis_cxx98.cc: New test.
+
+2016-12-12 Jonathan Wakely <jwakely@redhat.com>
+
+ Backport from mainline
2016-11-22 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/78465