aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d62d29d..a294e76 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-07 Douglas Gregor <doug.gregor@gmail.com>
+
+ PR c++/33045
+ PR c++/33837
+ PR c++/33838
+ * semantics.c (finish_decltype_type): See through INDIRECT_REFs.
+ Be careful with ERROR_MARK_NODEs.
+ * parser.c (cp_parser_check_access_in_redeclaration): Handle NULL
+ argument.
+
2007-11-07 Jakub Jelinek <jakub@redhat.com>
PR c++/33501