This patch adds a bit more the the avr section of the v8 release notes.
Ok? Johann Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v retrieving revision 1.25 diff -r1.25 changes.html 240a241,246 > <li> > The compiler no more saves / restores registers in <code>main</code>; > the effect is the same as if attribute <code>OS_task</code> was > specified for <code>main</code>. This optimization can be switched > off by the new command-line option <code>-mno-main-is-OS_task</code>. > </li>