[Bug c/106465] New: ICE for VLA in struct in parameter of nested function

muecker at gwdg dot de gcc-bugzilla@gcc.gnu.org
Thu Jul 28 15:10:32 GMT 2022


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

            Bug ID: 106465
           Summary: ICE for VLA in struct in parameter of nested function
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: muecker at gwdg dot de
  Target Milestone: ---

int f()
{
  void g(int m, struct { char p[m]; } b) { }
}


https://godbolt.org/z/r8n5s6ocv


More information about the Gcc-bugs mailing list