https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99301
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- Sorry about that, I did consider the case where uint32_t was unsigned long, but only in the context of the arithmetic in that function. I forgot the explicit conversion operators wouldn't work. It should be fixed now.