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 b654a18341d20529e3725b53fc43117e5e02de8c (commit) from 31fd7355daa1ea80c0e56514950e450d1c5ffd67 (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 b654a18341d20529e3725b53fc43117e5e02de8c Author: Georg-Johann Lay <a...@gjlay.de> Date: Sat Apr 5 21:47:12 2025 +0200 gcc-15/changes: AVR: Add argument to the interrupt and signal attributes. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index c80ecc50..d51a2ed8 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -553,10 +553,12 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;" <h3 id="avr">AVR</h3> <ul> - <li>Support has been added for the <code>signal</code> and <code>interrupt</code> + <li>Support has been added for the <code>signal(<i>num</i>)</code> + and <code>interrupt(<i>num</i>)</code> <a href="https://gcc.gnu.org/onlinedocs/gcc/AVR-Function-Attributes.html#index-signal_0028num_0029-function-attribute_002c-AVR" >function attributes</a> - that allow to specify the interrupt vector number as an argument. + that allow to specify the interrupt vector number <code><i>num</i></code> + as an argument. It allows to use static functions as interrupt handlers, and also functions defined in a C++ namespace.</li> <li>Support has been added for the <code>noblock</code> function attribute. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs