http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59394
--- Comment #3 from Georg-Johann Lay ---
Some more notes:
If you don't want that small functions are being inlined, consider
-fno-inline-small-functions.
If a function is being inlined then it's body is still implemented except in
the case where
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59394
Georg-Johann Lay changed:
What|Removed |Added
Target|AVR |
Severity|major
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59394
Georg-Johann Lay changed:
What|Removed |Added
Attachment #31385|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59394
--- Comment #1 from smalcom ---
Created attachment 31386
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31386&action=edit
generated assembly