aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorphython <>2005-10-08 17:11:02 +0000
committerphython <>2005-10-08 17:11:02 +0000
commit1a57eeca90293e3867e10299de9c92b0ed7f18f4 (patch)
treeeaeb5b0e9b716ff309556c61e72ebb66e3a58588 /gcc/cp/ChangeLog
parent15f688024f4eba363cd4b84fb54808f002640dd8 (diff)
2005-10-08 James A. Morrison <phython@gcc.gnu.org>
PR c++/22172 * parser.c (cp_parser_postfix_expression) <RID_TYPENAME>: Treat nontype scopes as nondependent.
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 f3f03619bb9..4055464a28a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-08 James A. Morrison <phython@gcc.gnu.org>
+
+ PR c++/22172
+ * parser.c (cp_parser_postfix_expression) <RID_TYPENAME>: Treat nontype
+ scopes as nondependent.
+
2005-10-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* call.c (resolve_args): Remove redundant test.