aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index efa3cbd..fc14d6a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-05 Nathan Sidwell <nathan@acm.org>
+
+ * cp/decl.c (decls_match): Check SYSTEM_IMPLICIT_EXTERN_C not
+ NO_IMPLICIT_EXTERN_C.
+ * cp/parser.c (cp_parser_parameter_declaration_clause): Likewise.
+
2018-07-04 Ville Voutilainen <ville.voutilainen@gmail.com>
PR c++/86398