https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107339
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Again, the problem is the access via uint32_t which says it is an aligned access. This is why you need uint32_t_ua there.
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 20 Oct 2022 22:25:47 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107339
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Again, the problem is the access via uint32_t which says it is an aligned access. This is why you need uint32_t_ua there.