re PR c/13814 (rejects different prototypes than builtin function)
authorAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 23 Jan 2004 18:38:40 +0000 (10:38 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 23 Jan 2004 18:38:40 +0000 (10:38 -0800)
2004-01-23  Zack Weinberg  <zack@codesourcery.com>

        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

gcc/ChangeLog

index 84fa8aa9098464f3cdc5beb6698eab933837fa00..20898432ed60c12233e1e6e7b16646c13f1fe2c3 100644 (file)
@@ -1,6 +1,6 @@
 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
 
-       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.