https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119968
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- uint32_t y_epcrc = 0L; sscanf((const char *) named_buf, "%lx", (unsigned long *) &y_epcrc); yes this code is not LP64 ready.
pinskia at gcc dot gnu.org via Gcc-bugs Sun, 27 Apr 2025 10:32:41 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119968
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- uint32_t y_epcrc = 0L; sscanf((const char *) named_buf, "%lx", (unsigned long *) &y_epcrc); yes this code is not LP64 ready.