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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[11 Regression] ICE in      |[11 Regression] ICE in
                   |bind_compound_sval, at      |bind_compound_sval with
                   |analyzer/store.cc:618       |initializer for incomplete
                   |                            |array type

--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
The issue is a symbolic key within the binding_map, due to
  char pz[];
having incomplete type.

Reply via email to