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-Tag: releases/gcc-4.0.0~10786 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30cab86985cd901aee1ec78580b3a6f912c624db;p=thirdparty%2Fgcc.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 84fa8aa90984..20898432ed60 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.