https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111802
--- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Thanks for filing this bug report. The issue seems to be with the top line here: ┌────┬────┬────┬────┬────┐┌─────┬─────┬─────┐ │[1] │[1] │[1] │[1] │[1] ││ [1] │ [1] │ [1] │ ├────┼────┼────┼────┼────┤├─────┼─────┼─────┤ │' ' │'w' │'o' │'r' │'l' ││ 'd' │ '!' │ NUL │ ├────┴────┴────┴────┴────┴┴─────┴─────┴─────┤ │ string literal (type: 'char[8]') │ └───────────────────────────────────────────┘ where the repeated "[1]"s are meant to be 0 through 7. Does this still affect you?