From: Andrew Pinski Date: Fri, 23 Jan 2004 18:38:40 +0000 (-0800) Subject: re PR c/13814 (rejects different prototypes than builtin function) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30cab86985cd901aee1ec78580b3a6f912c624db;p=gcc.git re PR c/13814 (rejects different prototypes than builtin function) 2004-01-23 Zack Weinberg PR c/13814 * c-decl.c (diagnose_mismatched_decls): Also discard a built-in if we encounter an old-style definition with the same name. From-SVN: r76445 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84fa8aa9098..20898432ed6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2004-01-23 Zack Weinberg - PR 18314 + PR c/13814 * c-decl.c (diagnose_mismatched_decls): Also discard a built-in if we encounter an old-style definition with the same name.