aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-12-06 22:54:51 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2006-12-06 22:54:51 +0000
commit277264f80cf2080c04bc9361a2bcd5706f50c2be (patch)
treeb04cd501e7e1b9fe4e479bc526a25393e9ee84f4 /gcc/cp/ChangeLog
parent66863d89a10ffec862e86d79000360a4482e9785 (diff)
downloadgcc-277264f80cf2080c04bc9361a2bcd5706f50c2be.zip
gcc-277264f80cf2080c04bc9361a2bcd5706f50c2be.tar.gz
gcc-277264f80cf2080c04bc9361a2bcd5706f50c2be.tar.bz2
re PR c++/29730 (ICE on invalid declaration of template member)
PR c++/29730 * parser.c (cp_parser_init_declarator): Reject initialization of functions. PR c++/29730 * g++.dg/template/crash64.C: New test. * g++.dg/parse/crash27.C: Adjust error markers. From-SVN: r119601
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 9e63aca..07e6b63 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-06 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/29730
+ * parser.c (cp_parser_init_declarator): Reject initialization of
+ functions.
+
2006-12-05 Mark Mitchell <mark@codesourcery.com>
PR c++/29729