On Fri, 14 Apr 2023, Jakub Jelinek via Gcc-patches wrote:
> Hi!
>
> The change to allow empty initializers in C broke error-recovery on the
> following testcase. We are emitting function %qD is initialized like a
> variable error early; if the initializer is non-empty, we just emit
> another err
Hi!
The change to allow empty initializers in C broke error-recovery on the
following testcase. We are emitting function %qD is initialized like a
variable error early; if the initializer is non-empty, we just emit
another error that the initializer is invalid. Previously if it was empty,
we'd e