Commit 402c7311 by Richard Kenner

(preexpand_calls): Don't look past a CLEANUP_POINT_EXPR.

From-SVN: r10165
parent edf711a4
......@@ -8665,6 +8665,7 @@ preexpand_calls (exp)
case BLOCK:
case RTL_EXPR:
case WITH_CLEANUP_EXPR:
case CLEANUP_POINT_EXPR:
return;
case SAVE_EXPR:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment