diff options
Diffstat (limited to 'gcc/fortran/symbol.c')
-rw-r--r-- | gcc/fortran/symbol.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c index ac953bd..4e81b89 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -3395,8 +3395,7 @@ verify_bind_c_derived_type (gfc_symbol *derived_sym) else { /* Grab the typespec for the given component and test the kind. */ - is_c_interop = verify_c_interop (&(curr_comp->ts), curr_comp->name, - &(curr_comp->loc)); + is_c_interop = verify_c_interop (&(curr_comp->ts)); if (is_c_interop != SUCCESS) { |