[Bug tree-optimization/115771] false postiv -Wstringop-overread with -O2

2024-07-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115771 Andrew Pinski changed: What|Removed |Added Known to work||15.0 Keywords|

[Bug tree-optimization/115771] false postiv -Wstringop-overread with -O2

2024-07-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115771 --- Comment #1 from Andrew Pinski --- Note the testcase needs: ``` #include ``` for newer gcc versions.