aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1999-09-16 18:54:23 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-09-16 18:54:23 +0000
commit2a6ec461e1904dc900350bc530768308cd339c8e (patch)
tree279da61cb291329b761548755b93f993dde67bf9 /gcc
parent61f3b78faaae0427c00787e84aff39bea510d649 (diff)
downloadgcc-2a6ec461e1904dc900350bc530768308cd339c8e.zip
gcc-2a6ec461e1904dc900350bc530768308cd339c8e.tar.gz
gcc-2a6ec461e1904dc900350bc530768308cd339c8e.tar.bz2
Add missing ChangeLog entry
From-SVN: r29460
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <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.