aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/parse.h')
-rw-r--r--gcc/fortran/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/parse.h b/gcc/fortran/parse.h
index 3fac1c7..b18056c 100644
--- a/gcc/fortran/parse.h
+++ b/gcc/fortran/parse.h
@@ -42,6 +42,7 @@ typedef struct gfc_state_data
gfc_symbol *sym; /* Block name associated with this level */
gfc_symtree *do_variable; /* For DO blocks the iterator variable. */
+ struct gfc_code *construct;
struct gfc_code *head, *tail;
struct gfc_state_data *previous;