[lto][patch] Handle COMPOUND_LITERAL_EXPR for initializers in lto1

Paolo Bonzini bonzini@gnu.org
Tue Sep 9 13:52:00 GMT 2008


> +        case COMPOUND_LITERAL_EXPR:
> +          ret = gimplify_compound_literal_expr (expr_p, pre_p);

"break" missing here (surprisingly not needed for a C/C++ bootstrap).

Paolo



More information about the Gcc-patches mailing list