This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 9f4538d8d6faf660b3dd469d6bfdfeb77a7022c5 (commit) from 1b7242af0025ffa4eee529a71ad22a8f04427e0a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9f4538d8d6faf660b3dd469d6bfdfeb77a7022c5 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sat Aug 17 15:40:17 2024 +0200 gcc-15: Mark an AVR instruction up as <code> diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index bfd98496..fe7cf3c1 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -122,11 +122,11 @@ a work-in-progress.</p> functions defined in a C++ namespace.</li> <li>Support has been added for the <code>noblock</code> function attribute. It can be specified together with the <code>signal</code> attribute to - indicate that the interrupt service routine should start with a SEI - instruction to globally re-enable interrupts. The difference to the - <code>interrupt</code> attribute is that the <code>noblock</code> - attribute just acts like a flag and does not impose a specific function - name.</li> + indicate that the interrupt service routine should start with a + <code>SEI</code> instruction to globally re-enable interrupts. + The difference to the <code>interrupt</code> attribute is that the + <code>noblock</code> attribute just acts like a flag and does not + impose a specific function name.</li> <li>Support has been added for the <code>__builtin_avr_mask1</code> <a href="https://gcc.gnu.org/onlinedocs/gcc/AVR-Built-in-Functions.html#index-_005f_005fbuiltin_005favr_005fmask1" >built-in function</a>. It can be used to compute some bit masks when ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs