https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96247
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unknown |11.0 Keywords| |documentation Status|UNCONFIRMED |NEW Target| |aarch64, x86_64-*-* Ever confirmed|0 |1 Last reconfirmed| |2020-07-20 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Respective -- If @var{n} is not specified or is zero, use a machine-dependent default. The maximum allowed @var{n} option value is 65536. -- not sure if that's sensible or if instead zero should be rejected. Note x86_64 behaves the same so it's probably better to adjust the documentation to reflect the implementation behavior.