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

Kerem Kat <keremkat+gcc at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keremkat+gcc at gmail dot com

--- Comment #7 from Kerem Kat <keremkat+gcc at gmail dot com> ---
Not reproducible on trunk (10).

$ gcc z1.c
z1.c:6:5: error: conflicting types for ‘a’
    6 | int a[] = {2};
      |     ^
z1.c:1:5: note: previous declaration of ‘a’ was here
    1 | int a;
      |     ^
z1.c:4: confused by earlier errors, bailing out

Reply via email to