From: Mark Mitchell Date: Thu, 16 Sep 1999 18:54:23 +0000 (+0000) Subject: Add missing ChangeLog entry X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a6ec461e1904dc900350bc530768308cd339c8e;p=platform%2Fupstream%2Fgcc.git Add missing ChangeLog entry From-SVN: r29460 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ddc34aa..b88a629 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -14,6 +14,13 @@ 1999-09-15 Mark Mitchell + * 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 + * decl2.c (build_expr_from_tree): Handle VA_ARG_EXPR. * pt.c (tsubst_copy): Likewise. * tree.c (search_tree): Likewise.