http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50887
Bug #: 50887
Summary: [avr] Support ACCUMULATE_OUTGOING_ARGS
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
Priority: P3
Component: target
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Target: avr
Supporting accumulate outgoing arguments can reduce code size in functions that
call functions which get their arguments on the stack more than once
(statically).