https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105884
--- Comment #3 from Jonathan Wakely ---
I commented upstream:
https://github.com/bol-van/zapret/commit/9402cd2cf0a16352a3401f7bce1a894bf131138b#r75598628
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105884
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105884
--- Comment #1 from Andrew Pinski ---
I am 99% sure this is an aliasing issue with the code. Try
-fno-strict-aliasing.