https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90983
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #6 from Martin Sebor <msebor at gcc dot gnu.org> --- The argument value must be greater than or equal to ULONG_MAX on the host. I guess 1EiB is too small. Some of the other options use 18446744073709551615EiB. For example, -Wno-alloca-larger-than is an alias for -Walloca-larger-than=18446744073709551615EiB. But let me fix -Wno-frame-larger-than.