https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86714
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |msebor at gcc dot gnu.org Version|8.0 |9.0 Resolution|--- |INVALID --- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> --- As explained in the response on the post, initializing char[3] with "1234" is undefined because of excess elements.