diff options
Diffstat (limited to 'gcc/fortran/gfortran.h')
-rw-r--r-- | gcc/fortran/gfortran.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 36ed8ee..ed1213a 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -1893,10 +1893,6 @@ typedef struct gfc_symbol points to C and B's is NULL. */ struct gfc_common_head* common_head; - /* Make sure setup code for dummy arguments is generated in the correct - order. */ - int dummy_order; - gfc_namelist *namelist, *namelist_tail; /* The tlink field is used in the front end to carry the module @@ -1935,6 +1931,8 @@ typedef struct gfc_symbol unsigned forall_index:1; /* Set if the symbol is used in a function result specification . */ unsigned fn_result_spec:1; + /* Set if the symbol spec. depends on an old-style function result. */ + unsigned fn_result_dep:1; /* Used to avoid multiple resolutions of a single symbol. */ /* = 2 if this has already been resolved as an intrinsic, in gfc_resolve_intrinsic, |