aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2016-11-14 20:00:32 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2016-11-14 20:00:32 +0100
commit8e745a17093aa4b5965fcf327c9d76f27e6c852f (patch)
tree1702fcc51e3bd50c33635a1cc5fdef029234f7d3 /gcc/cp
parentbf166718a9252bc7f867cbbe4e7772bf731acb0e (diff)
downloadgcc-8e745a17093aa4b5965fcf327c9d76f27e6c852f.zip
gcc-8e745a17093aa4b5965fcf327c9d76f27e6c852f.tar.gz
gcc-8e745a17093aa4b5965fcf327c9d76f27e6c852f.tar.bz2
c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.
* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings. * g++.dg/cpp1z/feat-cxx1z.C: Test __cpp_structured_bindings macro. From-SVN: r242395
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 65574d3..1a92ffa 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -3006,8 +3006,8 @@
2016-03-21 Richard Henderson <rth@redhat.com>
PR c++/70273
- * decl.c (notice_forced_label_r): New.
- (cp_finish_decl): Use it.
+ * decl.c (notice_forced_label_r): New.
+ (cp_finish_decl): Use it.
2016-03-21 Jason Merrill <jason@redhat.com>