Add missing ChangeLog entry
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Sep 1999 18:54:23 +0000 (18:54 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Sep 1999 18:54:23 +0000 (18:54 +0000)
From-SVN: r29460

gcc/cp/ChangeLog

index ddc34aa..b88a629 100644 (file)
 
 1999-09-15  Mark Mitchell  <mark@codesourcery.com>
 
+       * decl.c (warn_extern_redeclared_static): Simplify.  Catch
+       problems with extern "C" functions redeclared as static.
+       (duplicate_decls): When a builtin is redeclared static, make the
+       new function have internal linkage.
+       
+1999-09-15  Mark Mitchell  <mark@codesourcery.com>
+
        * decl2.c (build_expr_from_tree): Handle VA_ARG_EXPR.
        * pt.c (tsubst_copy): Likewise.
        * tree.c (search_tree): Likewise.