https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117800
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Blkcpy uses size_t to access the array while the other side uses uint32_t. Looks like a strict aliasing issue to me.
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 26 Nov 2024 18:44:54 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117800
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Blkcpy uses size_t to access the array while the other side uses uint32_t. Looks like a strict aliasing issue to me.