From: Richard Kenner Date: Wed, 26 Jul 1995 13:09:44 +0000 (-0400) Subject: (preexpand_calls): Don't look past a CLEANUP_POINT_EXPR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=402c7311a9f15545fd9254c795304e098fe35659;p=gcc.git (preexpand_calls): Don't look past a CLEANUP_POINT_EXPR. From-SVN: r10165 --- diff --git a/gcc/expr.c b/gcc/expr.c index aaa84b65a90..421f9423663 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -8665,6 +8665,7 @@ preexpand_calls (exp) case BLOCK: case RTL_EXPR: case WITH_CLEANUP_EXPR: + case CLEANUP_POINT_EXPR: return; case SAVE_EXPR: