https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121502
Bug ID: 121502 Summary: internal compiler error: Segmentation fault Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: xieym3 at zohomail dot com Target Milestone: --- $ cat file.c #include <stdarg.h> int n, m, r; r = va_start(arg, n); Godbolt URL: https://godbolt.org/z/G4n7TWzqY