aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r--gcc/fortran/trans.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h
index 13d4c58..5922360 100644
--- a/gcc/fortran/trans.h
+++ b/gcc/fortran/trans.h
@@ -186,6 +186,7 @@ gfc_ss_type;
typedef struct gfc_ss_info
{
gfc_ss_type type;
+ gfc_expr *expr;
}
gfc_ss_info;
@@ -204,7 +205,6 @@ typedef struct gfc_ss
{
gfc_ss_info *info;
- gfc_expr *expr;
tree string_length;
union
{