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

            Bug ID: 121431
           Summary: ICE related to attribute nonstring with Wall -Wextra
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: uecker at gcc dot gnu.org
  Target Milestone: ---

void f()
{
        (char[1][1]){ "a" };
}

https://godbolt.org/z/ojvcPT1W8

Reply via email to