aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/fortran/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/fortran/trans.h')
-rw-r--r--gcc-4.9/gcc/fortran/trans.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/fortran/trans.h b/gcc-4.9/gcc/fortran/trans.h
index 4ae68c6cb..7809bb05b 100644
--- a/gcc-4.9/gcc/fortran/trans.h
+++ b/gcc-4.9/gcc/fortran/trans.h
@@ -87,6 +87,10 @@ typedef struct gfc_se
args alias. */
unsigned force_tmp:1;
+ /* Unconditionally calculate offset for array segments and constant
+ arrays in gfc_conv_expr_descriptor. */
+ unsigned use_offset:1;
+
unsigned want_coarray:1;
/* Scalarization parameters. */