diff options
Diffstat (limited to 'gcc/fortran/misc.c')
-rw-r--r-- | gcc/fortran/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/misc.c b/gcc/fortran/misc.c index 94d61c9..7e4b481 100644 --- a/gcc/fortran/misc.c +++ b/gcc/fortran/misc.c @@ -71,6 +71,7 @@ gfc_clear_ts (gfc_typespec *ts) ts->kind = 0; ts->cl = NULL; ts->interface = NULL; + ts->is_class = 0; /* flag that says if the type is C interoperable */ ts->is_c_interop = 0; /* says what f90 type the C kind interops with */ |