aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-07-26 09:09:44 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-07-26 09:09:44 -0400
commit402c7311a9f15545fd9254c795304e098fe35659 (patch)
treee81dcc92afebd43571a56fc42c771ad0e2193240 /gcc
parentedf711a4e4e345ea0c165d7ad3b823b81360d43a (diff)
downloadgcc-402c7311a9f15545fd9254c795304e098fe35659.zip
gcc-402c7311a9f15545fd9254c795304e098fe35659.tar.gz
gcc-402c7311a9f15545fd9254c795304e098fe35659.tar.bz2
(preexpand_calls): Don't look past a CLEANUP_POINT_EXPR.
From-SVN: r10165
Diffstat (limited to 'gcc')
-rw-r--r--gcc/expr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index aaa84b6..421f942 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: