OSDN Git Service

PR c++/19878
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 4abda48..0905273 100644 (file)
@@ -1,5 +1,43 @@
+2005-02-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/19878
+       * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
+       with internal linkage.
+
+2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * decl.c (grokvardecl): Don't exempt anonymous types from having
+       linkage for variables that have linkage other than "C".
+
+2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cp-objcp-common.h, error.c: Update copyright.
+
 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
 
+       PR c++/20073
+       * decl.c (start_decl_1): Don't clear TREE_READONLY.
+       (cp_finish_decl): Likewise.
+       (complete_vars): Call cp_apply_type_quals_to_decl.
+       * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
+       cases where that's not valid.
+
+       PR c++/19991
+       * init.c (integral_constant_value): Iterate if the value of a decl
+       is itself a constant.
+
+       PR c++/20152
+       * parser.c (cp_parser_class_head): Check for redefintions here.
+       * semantics.c (begin_class_definition): Not here.
+       
+       PR c++/20153
+       * decl2.c (build_anon_union_vars): Add type parameter.
+       (finish_anon_union): Pass it.
+
+       PR c++/20148
+       * error.c (dump_expr): Do not print the body of a BIND_EXPR.
+       Handle STATEMENT_LIST.
+
        PR c++/19883
        * parser.c (cp_parser_direct_declarator): Always complain about
        non-constant array bounds when in a function scope.