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.

Reply via email to