https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98906
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- unsigned quo = (uint32_t)(int64_t)(quo_hi) + (uint32_t)(int64_t)(quo_lo); Fixes the issue ......
pinskia at gcc dot gnu.org via Gcc-bugs Sun, 31 Jan 2021 16:32:32 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98906
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- unsigned quo = (uint32_t)(int64_t)(quo_hi) + (uint32_t)(int64_t)(quo_lo); Fixes the issue ......