https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64867
Trass3r <trass3r at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |trass3r at gmail dot com --- Comment #27 from Trass3r <trass3r at gmail dot com> --- This should really be enabled by -Wall or -Wextra as it generates code that may easily crash or corrupt something. Clang even turns it into an error by default and inserts a trap to abort at runtime: https://godbolt.org/z/8DAUAr