c-decl.c (match_builtin_function_types): New subroutine of duplicate_decls to test...
authorRoger Sayle <roger@eyesopen.com>
Thu, 24 Jul 2003 20:44:01 +0000 (20:44 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 24 Jul 2003 20:44:01 +0000 (20:44 +0000)
commit6907ddd3babc97c39c88ef55b7d8da4f5d439d56
tree86d7822a80307d608a67cf5da2611b3f9510a81b
parent84d45ad160fc93e5271d3c01f1fe6fd6924584fd
c-decl.c (match_builtin_function_types): New subroutine of duplicate_decls to test whether a redeclaration of a builtin...

* c-decl.c (match_builtin_function_types): New subroutine of
duplicate_decls to test whether a redeclaration of a builtin
function is suitably close, i.e. the return type and all of
the argument types have the same modes as the builtin expects.
(duplicate_decls): Fuzzy type matching for builtin functions
moved to match_builtin_function_types.

From-SVN: r69757
gcc/ChangeLog
gcc/c-decl.c