summaryrefslogtreecommitdiffstats
path: root/gcc/cp/optimize.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-15 17:06:49 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-15 17:06:49 +0000
commit179ea95d479fb310b78f88e82310068cc53d4cc5 (patch)
treec82b7a5023390c02dc956770567e65eea6c8215b /gcc/cp/optimize.c
parenteb48dcf19de749c1462a94412eed48318e3d17e6 (diff)
downloadppe42-gcc-179ea95d479fb310b78f88e82310068cc53d4cc5.tar.gz
ppe42-gcc-179ea95d479fb310b78f88e82310068cc53d4cc5.zip
comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39044 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/optimize.c')
-rw-r--r--gcc/cp/optimize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c
index ba97c570b6b..46f1c85761b 100644
--- a/gcc/cp/optimize.c
+++ b/gcc/cp/optimize.c
@@ -319,6 +319,7 @@ copy_body_r (tp, walk_subtrees, data)
remap_save_expr (tp, id->decl_map, VARRAY_TREE (id->fns, 0),
walk_subtrees);
else if (TREE_CODE (*tp) == UNSAVE_EXPR)
+ /* UNSAVE_EXPRs should not be generated until expansion time. */
my_friendly_abort (19991113);
/* For a SCOPE_STMT, we must copy the associated block so that we
can write out debugging information for the inlined variables. */
OpenPOWER on IntegriCloud