aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a3d8d99..c8a66b0 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,9 @@
2014-12-10 Kai Tietz <ktietz@redhat.com>
+ PR c++/64127
+ * parser.c (cp_parser_diagnose_invalid_type_name): Check id
+ for being an identifier before accessing it.
+
PR c++/64100
* typeck.c (lookup_destructor): Handle incomplete type.