https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120526
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Another workaround is to do: ``` size = strtoimax (str, &end, 10); if (!str) __builtin_unreachable(); ```
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 03 Jun 2025 16:55:23 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120526
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Another workaround is to do: ``` size = strtoimax (str, &end, 10); if (!str) __builtin_unreachable(); ```