diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5777,7 +5777,7 @@ free_lang_data_in_decl (tree decl, class free_lang_data_d *fld) DECL_INITIAL (decl) = error_mark_node; } } - if (gimple_has_body_p (decl) || (node && node->thunk.thunk_p)) + if (gimple_has_body_p (decl) || (node && node->thunk)) { tree t; |