https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78345

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r216750.  For:
struct S { const int i; } a[] = [] {};
we just reported a single error before that:
pr78345.C:1:36: error: initializer fails to determine size of ‘a’
and now we do the same, but ICE afterwards.

Reply via email to