+2005-02-22 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/19883
+ * parser.c (cp_parser_direct_declarator): Always complain about
+ non-constant array bounds when in a function scope.
+ * semantics.c (finish_id_expression): Do not mark dependent names
+ as non-constant.
+
2005-02-21 Douglas Gregor <dgregor@cs.indiana.edu>
PR c++/19076