PR/16131
* gimplify.c (voidify_wrapper_expr): Allow TARGET_EXPR.
From-SVN: r83633
2004-06-24 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+ PR/16131
+ * gimplify.c (voidify_wrapper_expr): Allow TARGET_EXPR.
+
* gimplify.c: Remove unneeded forward declarations.
* gimplify.c (append_to_compound_expr): Deleted.
goto restart;
}
/* The C++ frontend already did this for us. */
- else if (TREE_CODE (*p) == INIT_EXPR)
+ else if (TREE_CODE (*p) == INIT_EXPR
+ || TREE_CODE (*p) == TARGET_EXPR)
temp = TREE_OPERAND (*p, 0);
/* If we're returning a dereference, move the dereference
outside the wrapper. */