[Bug driver/90983] manual documents `-Wno-stack-usage` flag, but it is unrecognized

msebor at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Apr 17 21:58:53 GMT 2020


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.


More information about the Gcc-bugs mailing list