diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ddc34aa6a32..b88a629db87 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -12,6 +12,13 @@ * lex.c (mark_impl_file_chain): Follow the next chain. +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.