On Sat, Mar 10, 2018 at 6:57 AM, Alexandre Oliva <aol...@redhat.com> wrote:
> A parenthesized initializer is only accepted when new()ing an array in
> permissive mode.  We were not careful, however, to convert the
> TREE_LIST initializer to the array element type in this extension.
> This patch fixes it: after turning the TREE_LIST initializer to a
> compound_expr, we convert it to the base type.

I think I'd rather turn the permerror into a hard error than improve
support for a deprecated extension.

Jason

Reply via email to