diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index dc25c39..f09e2b4 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -122,6 +122,10 @@ struct copy_body_data /* True if the location information will need to be reset. */ bool reset_location; + /* Replace error_mark_node as upper bound of array types with + an uninitialized VAR_DECL temporary. */ + bool adjust_array_error_bounds; + /* A function to be called when duplicating BLOCK nodes. */ void (*transform_lang_insert_block) (tree); |