Skip to content
Snippets Groups Projects
Commit da4ac6f8 authored by Jason Merrill's avatar Jason Merrill
Browse files

comment

From-SVN: r39044
parent 611081b2
No related branches found
No related tags found
No related merge requests found
...@@ -319,6 +319,7 @@ copy_body_r (tp, walk_subtrees, data) ...@@ -319,6 +319,7 @@ copy_body_r (tp, walk_subtrees, data)
remap_save_expr (tp, id->decl_map, VARRAY_TREE (id->fns, 0), remap_save_expr (tp, id->decl_map, VARRAY_TREE (id->fns, 0),
walk_subtrees); walk_subtrees);
else if (TREE_CODE (*tp) == UNSAVE_EXPR) else if (TREE_CODE (*tp) == UNSAVE_EXPR)
/* UNSAVE_EXPRs should not be generated until expansion time. */
my_friendly_abort (19991113); my_friendly_abort (19991113);
/* For a SCOPE_STMT, we must copy the associated block so that we /* For a SCOPE_STMT, we must copy the associated block so that we
can write out debugging information for the inlined variables. */ can write out debugging information for the inlined variables. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment