aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/trans-types.h')
-rw-r--r--gcc/fortran/trans-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/trans-types.h b/gcc/fortran/trans-types.h
index e6c4506f180..af77c1de788 100644
--- a/gcc/fortran/trans-types.h
+++ b/gcc/fortran/trans-types.h
@@ -41,10 +41,12 @@ enum
};
extern GTY(()) tree gfc_array_index_type;
+extern GTY(()) tree gfc_array_range_type;
extern GTY(()) tree gfc_character1_type_node;
extern GTY(()) tree ppvoid_type_node;
extern GTY(()) tree pvoid_type_node;
extern GTY(()) tree pchar_type_node;
+
/* This is the type used to hold the lengths of character variables.
It must be the same as the corresponding definition in gfortran.h. */
/* TODO: This is still hardcoded as kind=4 in some bits of the compiler