]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/trans.h
trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the latter.
[thirdparty/gcc.git] / gcc / fortran / trans.h
index 13d4c580e9a9b393a1ef105be30ac432cff18607..592236016e6c0896d19e462ffc085736b26a2780 100644 (file)
@@ -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
   {