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 406b5af..2b50ea3 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -6888,7 +6888,7 @@ match_procedure_in_type (void) } /* Construct the data structure. */ - tb = XCNEW (gfc_typebound_proc); + tb = gfc_get_typebound_proc (); tb->where = gfc_current_locus; /* Match binding attributes. */ |