https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65703
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egallager at gcc dot gnu.org --- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> --- I see documentation of its negative form: -fno-defer-pop Always pop the arguments to each function call as soon as that function returns. For machines that must pop arguments after a function call, the compiler normally lets arguments accumulate on the stack for several function calls and pops them all at once. Disabled at levels -O, -O2, -O3, -Os. https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options