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();
```

Reply via email to