https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78941
Bug ID: 78941 Summary: Typo in maccumulate-args description Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: fmarchal at perso dot be Target Milestone: --- In gcc/config/avr/avr.opt at line 77, the description for maccumulate-args is maccumulate-args Target Report Mask(ACCUMULATE_OUTGOING_ARGS) Accumulate outgoing function arguments and acquire/release the needed stack space for outpoing function arguments in function prologue/epilogue. Without this option, outgoing arguments are pushed before calling a function and popped afterwards. This option can lead to reduced code size for functions that call many functions that get their arguments on the stack like, for example printf. Notice the "outpoing" that should very likely be "outgoing".