aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2016-11-14 11:08:49 +0100
committerYvan Roux <yvan.roux@linaro.org>2016-11-15 08:50:52 +0000
commit28192592ae19dc5ba0996503fbb87c2d7f7be769 (patch)
tree5a574b72d96a2748b3012b407581295592c58788 /gcc/cp/ChangeLog
parent157a219d57b8ea803b58c0e70a05dff3cfd18d31 (diff)
Merge branches/gcc-6-branch rev 242371.
Change-Id: Ia4fb8e9e94629da786722b5e68605dc8bb971741
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index c7341d179a6..7b7fa876f1b 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2016-11-05 Martin Sebor <msebor@redhat.com>
+
+ PR c++/78039
+ * class.c (diagnose_flexarrays): Avoid rejecting an invalid flexible
+ array member with a hard error when it is followed by another member
+ in a different struct, and instead issue just a pedantic warning.
+
2016-10-14 Martin Sebor <msebor@redhat.com>
PR c++/71912