aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorpinskia <>2005-10-28 13:57:30 +0000
committerpinskia <>2005-10-28 13:57:30 +0000
commitaa433eda2844882b1928ed94343c0044ead6ff24 (patch)
tree2b9e21405b7812352bdee2a9f35ca85a99a701b0 /gcc/cp/ChangeLog
parent6b3e960e521bdaff699e05d72d405d9597db6faa (diff)
2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
PR C++/23426 * decl.c (start_decl): Check that the decl is an error_mark_node before getting the type. Remove the check for the decl's type being an error_mark_node. 2005-10-28 Andrew Pinski <pinskia@physics.uc.edu> PR C++/23426 * g++.dg/other/large-size-array.C: New test.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index dee7410600d..d2ec158c905 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR C++/23426
+ * decl.c (start_decl): Check that the decl is an
+ error_mark_node before getting the type.
+ Remove the check for the decl's type being an
+ error_mark_node.
+
2005-10-21 Mark Mitchell <mark@codesourcery.com>
PR c++/24260