https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91232
--- Comment #4 from Andreas Schwab <sch...@linux-m68k.org> --- *((uint32_t *)&tmpDst) = spfInt; This is a strict-aliasing violation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91232
--- Comment #4 from Andreas Schwab <sch...@linux-m68k.org> --- *((uint32_t *)&tmpDst) = spfInt; This is a strict-aliasing violation.