extern void warn_for_omitted_condop (location_t, tree);
extern bool warn_for_restrict (unsigned, tree *, unsigned);
extern void warn_for_address_of_packed_member (tree, tree);
-extern void warn_parm_array_mismatch (location_t, tree, tree);
+extern void warn_parms_array_mismatch (location_t, tree, tree);
extern void maybe_warn_sizeof_array_div (location_t, tree, tree, tree, tree);
extern void do_warn_array_compare (location_t, tree_code, tree, tree);
(FNDECL's is set to the location of the redeclaration). */
void
-warn_parm_array_mismatch (location_t origloc, tree fndecl, tree newparms)
+warn_parms_array_mismatch (location_t origloc, tree fndecl, tree newparms)
{
/* The original parameter list (copied from the original declaration
into the current [re]declaration, FNDECL)). The two are equal if
if (old_decl)
{
location_t origloc = DECL_SOURCE_LOCATION (old_decl);
- warn_parm_array_mismatch (origloc, old_decl, parms);
+ warn_parms_array_mismatch (origloc, old_decl, parms);
}
/* To enable versions to be created across TU's we mark and mangle all
&& DECL_INITIAL (d) == NULL_TREE)
DECL_ARGUMENTS (d) = parms;
- warn_parm_array_mismatch (lastloc, d, parms);
+ warn_parms_array_mismatch (lastloc, d, parms);
}
}
if (omp_declare_simd_clauses