https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56954
TCH <tch at protonmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tch at protonmail dot com
--- Comment #5 from TCH <tch at protonmail dot com> ---
Can be fixed by changing '#define rlim_t long' to 'typedef unsigned long long
rlim_t;', see bug #86615 for the details.
