------- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-05 08:32 ------- Comment out two lines in the gimplifier like: Index: gimplify.c =================================================================== --- gimplify.c (revision 113452) +++ gimplify.c (working copy) @@ -5655,8 +5655,8 @@ gimplify_expr (tree *expr_p, tree *pre_p stub out the statement or propagate the error back out. */ if (ret == GS_ERROR) { - if (is_statement) - *expr_p = NULL; + // if (is_statement) +// *expr_p = NULL; goto out; }
Works but I don't know if there is any fall out from that because it is going to be some. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27428