diff options
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 86f41a3..67ccfda 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -7678,7 +7678,7 @@ gfc_match_gcc_attributes (void) return MATCH_ERROR; } - if (gfc_add_ext_attribute (&attr, id, &gfc_current_locus) + if (gfc_add_ext_attribute (&attr, (ext_attr_id_t) id, &gfc_current_locus) == FAILURE) return MATCH_ERROR; |