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.

Reply via email to