From 402c7311a9f15545fd9254c795304e098fe35659 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 26 Jul 1995 09:09:44 -0400 Subject: [PATCH] (preexpand_calls): Don't look past a CLEANUP_POINT_EXPR. From-SVN: r10165 --- gcc/expr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/expr.c b/gcc/expr.c index aaa84b65a908..421f9423663e 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: -- 2.43.5