https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111441
Bug ID: 111441 Summary: internal compiler error: in fold_binary_loc, at fold-const.cc:11580 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: dale.mengli.ming at proton dot me Target Milestone: --- Thanks for taking the time to look into this case. See it live: https://godbolt.org/z/Errh1v5rr. When the line `__analyzer_describe(0, a[c]);` is commented out, the internal compiler error disappears. Additionally, under the optimization levels `-O1` to `-O3`, this error does not occur.