https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118814
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|-Warray-bounds causes |[13/14/15 regression] |internal compiler error: |-Warray-bounds causes |Segmentation fault during |internal compiler error: |GIMPLE pass: vrp |Segmentation fault during | |GIMPLE pass: vrp Keywords| |ice-on-invalid-code Target Milestone|--- |13.4 --- Comment #1 from Sam James <sjames at gcc dot gnu.org> --- Rejected with 12, ICEs from 13: ``` $ gcc-12 z.c -O3 -Warray-bounds=1 z.c:10:20: error: non-static initialization of a flexible array member 10 | .members = {0}, | ^ z.c:10:20: note: (near initialization for '(anonymous)') ```