public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/106465] New: ICE for VLA in struct in parameter of nested function
@ 2022-07-28 15:10 muecker at gwdg dot de
  2022-07-28 16:08 ` [Bug c/106465] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: muecker at gwdg dot de @ 2022-07-28 15:10 UTC (permalink / raw)
  To: gcc-bugs

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-05-23 20:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 15:10 [Bug c/106465] New: ICE for VLA in struct in parameter of nested function muecker at gwdg dot de
2022-07-28 16:08 ` [Bug c/106465] " pinskia at gcc dot gnu.org
2022-07-29  7:15 ` rguenth at gcc dot gnu.org
2023-02-20 15:20 ` muecker at gwdg dot de
2023-03-24 23:09 ` muecker at gwdg dot de
2023-05-18 13:00 ` muecker at gwdg dot de
2023-05-19 20:52 ` muecker at gwdg dot de
2023-05-23 20:05 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).