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 9c7b7fc4b0bbe3811042fc2ed25cd803970a5394 (commit) from beb1ba93ae1e24b4f6301deddfb19550e8c6e46e (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 9c7b7fc4b0bbe3811042fc2ed25cd803970a5394 Author: Georg-Johann Lay <a...@gjlay.de> Date: Sun Jan 19 10:30:07 2025 +0100 gcc-15/changes: Extended asm: Typo. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index a9778659..362f345c 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -104,11 +104,12 @@ a work-in-progress.</p> <ul> <li>A <a href="https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html#index-musttail-statement-attribute"> <code>musttail</code> statement attribute</a> was added to enforce tail calls.</li> - <li><a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">Extended</a> inline assembler statements - can now be used with some limitations outside of functions as well, new - constraints have been for defining symbols or using symbols inside of inline - assembler and a new generic operand modifier has been added to allow - printing those regardless of PIC. For example: + <li><a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html" + >Extended</a> inline assembler statements + can now be used with some limitations outside of functions as well. + New constraints have been added for defining symbols or using symbols + inside of inline assembler, and a new generic operand modifier has + been added to allow printing those regardless of PIC. For example: <pre> struct S { int a, b, c; }; extern foo (void); ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs