gcc-wwwdocs branch master updated. 5ae0f1dc042d644f3831a4dacfd0977a48491077
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 5ae0f1dc042d644f3831a4dacfd0977a48491077 (commit) from d957b42266df71806b0173990eecf361e177f631 (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 5ae0f1dc042d644f3831a4dacfd0977a48491077 Author: Andi Kleen Date: Fri Jul 19 23:35:01 2024 -0700 Document musttail and constexpr asm in release notes diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index a121f40a..1d0cfa16 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -61,8 +61,16 @@ a work-in-progress. + + A musttail statement attribute was added to enforce tail calls. + + + + Inline assembler statements now support constexpr generated strings, + analoguous to static_assert. + --- Summary of changes: htdocs/gcc-15/changes.html | 8 1 file changed, 8 insertions(+) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. 823b04aa91ca48a9f1d73b1fa2eda4d7b34400cf
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 823b04aa91ca48a9f1d73b1fa2eda4d7b34400cf (commit) from a4557009470684fe3cbb5b0ec4332ef840ae4aa0 (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 823b04aa91ca48a9f1d73b1fa2eda4d7b34400cf Author: Andi Kleen Date: Sun Jul 28 21:23:14 2024 -0700 add manual links for constexpr asm/musttail diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 1d0cfa16..3b3a6c0b 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -62,14 +62,16 @@ a work-in-progress. - A musttail statement attribute was added to enforce tail calls. + A https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html#index-musttail-statement-attribute";> + musttail statement attribute was added to enforce tail calls. - Inline assembler statements now support constexpr generated strings, - analoguous to static_assert. + Inline assembler statements now support + https://gcc.gnu.org/onlinedocs/gcc/asm-constexprs.html";>constexpr generated strings, + analoguous to static_assert. --- Summary of changes: htdocs/gcc-15/changes.html | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. 7f8c2610419b0a4b41a2b94e42abb8a59197bc34
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 7f8c2610419b0a4b41a2b94e42abb8a59197bc34 (commit) from 3587f945547425c6985a70482776036747f67697 (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 7f8c2610419b0a4b41a2b94e42abb8a59197bc34 Author: Andi Kleen Date: Wed Oct 30 09:34:49 2024 -0700 Document -ftime-report change diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 8a238256..46dad391 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -43,6 +43,10 @@ a work-in-progress. it also disables vectorization of epilogue loops but otherwise is equal to the cheap cost model. + -ftime-report now only reports monotonic run time instead of +system and user time. This reduces the overhead of the option significantly, +making it possible to use in standard build systems. + --- Summary of changes: htdocs/gcc-15/changes.html | 4 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. d287ae26c58810cbf4e850230fe28b5a0379909b
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 d287ae26c58810cbf4e850230fe28b5a0379909b (commit) from 428911c809d884a94024605cf4edd657b941bc71 (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 d287ae26c58810cbf4e850230fe28b5a0379909b Author: Andi Kleen Date: Fri Apr 11 09:14:55 2025 -0700 Fix typo in last changes diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 6cc2b9a1..d4627d2b 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -74,7 +74,7 @@ a work-in-progress. Improvements for compiling very large input files. The compile time for large input files with -Wmisleading-indentation has been -significantly improved. The compiler can nopw track columnn numbers larger +significantly improved. The compiler can now track columnn numbers larger than 4096. Very large source files have more accurate location reporting. --- Summary of changes: htdocs/gcc-15/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. bc24a25b9df2d7185cd094e6f0b2aeb347c3fd35
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 bc24a25b9df2d7185cd094e6f0b2aeb347c3fd35 (commit) from 4d03ca0c8c9d1ee86776ced617b05ad61168fdcf (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 bc24a25b9df2d7185cd094e6f0b2aeb347c3fd35 Author: Andi Kleen Date: Thu Apr 10 19:07:31 2025 -0700 Document large source file improvements diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index e29fca9d..a2ce8079 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -71,6 +71,13 @@ a work-in-progress. host–device architecture combinations have been resolved. In particular, offloading from aarch64 hosts to nvptx devices is now supported. + +Improvements for compiling very large input files. The compile time for +large input files with -Wmisleading-indentation has been +significantly improved. The compiler can nopw track columnn numbers larger +than 4096. Very large source files or tokens larger than 32 characters +have more accurate location reporting. + --- Summary of changes: htdocs/gcc-15/changes.html | 7 +++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. 1e9a285bbd2c571f77b47a2da4a597abe32f3286
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 1e9a285bbd2c571f77b47a2da4a597abe32f3286 (commit) from bc24a25b9df2d7185cd094e6f0b2aeb347c3fd35 (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 1e9a285bbd2c571f77b47a2da4a597abe32f3286 Author: Andi Kleen Date: Thu Apr 10 19:09:44 2025 -0700 Fix last change diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index a2ce8079..1510c954 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -75,8 +75,7 @@ a work-in-progress. Improvements for compiling very large input files. The compile time for large input files with -Wmisleading-indentation has been significantly improved. The compiler can nopw track columnn numbers larger -than 4096. Very large source files or tokens larger than 32 characters -have more accurate location reporting. +than 4096. Very large source files have more accurate location reporting. --- Summary of changes: htdocs/gcc-15/changes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. 428911c809d884a94024605cf4edd657b941bc71
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 428911c809d884a94024605cf4edd657b941bc71 (commit) from 1e9a285bbd2c571f77b47a2da4a597abe32f3286 (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 428911c809d884a94024605cf4edd657b941bc71 Author: Andi Kleen Date: Thu Apr 10 19:22:12 2025 -0700 Fix documentation URL for asm constexpr diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 1510c954..6cc2b9a1 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -447,7 +447,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;" Inline assembler statements now support -https://gcc.gnu.org/onlinedocs/gcc/asm-constexprs.html";>constexpr generated strings, +https://gcc.gnu.org/onlinedocs/gcc/Asm-constexprs.html";>constexpr generated strings, analoguous to static_assert. --- Summary of changes: htdocs/gcc-15/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs