aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-01-29 02:07:18 +0000
committerMark Mitchell <mark@codesourcery.com>2005-01-29 02:07:18 +0000
commit5d5b115f5d2f150cfb81dffa76764525396b4c11 (patch)
tree407a870ca11b68433505bddec0cc8234dcc87967 /gcc/cp/ChangeLog
parente7c63abf8cb9ec1d309bb98aeaa3c5dcf1487415 (diff)
PR c++/19253
* parser.c (cp_parser_diagnose_invalid_type_name): Commit to tentative parses. PR c++/19253 * g++.dg/template/crash33.C: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@94403 138bc75d-0d04-0410-961f-82ee72b054a4
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 077113c61de..dbb8551f72c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,9 @@
2005-01-28 Mark Mitchell <mark@codesourcery.com>
+ PR c++/19253
+ * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
+ tentative parses.
+
PR c++/19667
* pt.c (redeclare_class_template): Robustify.