diff options
Diffstat (limited to 'gcc/tree-outof-ssa.c')
| -rw-r--r-- | gcc/tree-outof-ssa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c index ecd23ede219..7342a20523b 100644 --- a/gcc/tree-outof-ssa.c +++ b/gcc/tree-outof-ssa.c @@ -162,6 +162,7 @@ create_temp (tree t) else if (!DECL_IGNORED_P (t)) DECL_DEBUG_ALIAS_OF (tmp) = t; DECL_ARTIFICIAL (tmp) = DECL_ARTIFICIAL (t); + DECL_IGNORED_P (tmp) = DECL_IGNORED_P (t); add_referenced_tmp_var (tmp); /* add_referenced_tmp_var will create the annotation and set up some |

