This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs,avr] Mention PR83738 in release notes


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]