gcc-wwwdocs branch master updated. 6d0cf1c7f87509706c1fce90cec801d422742ef4
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 6d0cf1c7f87509706c1fce90cec801d422742ef4 (commit) from 97dfd479fc922ee33fb25096b99df8492152f750 (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 6d0cf1c7f87509706c1fce90cec801d422742ef4 Author: Gerald Pfeifer Date: Sat Jun 8 09:33:55 2024 +0200 news: Update links re GCC Runtime Library Exception diff --git a/htdocs/news.html b/htdocs/news.html index aeac6935..5f652d90 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -678,13 +678,13 @@ platforms that support dynamically loadable objects. The GCC Steering Committee, along with the Free Software Foundation and the Software Freedom Law Center, is pleased to announce the release -of a new http://www.gnu.org/licenses/gcc-exception.html";>GCC +of a new https://www.gnu.org/licenses/gcc-exception-3.1.html";>GCC Runtime Library Exception. This license exception has been developed to allow various GCC libraries to upgrade to GPLv3. It will also enable the development of a plugin framework for GCC. -(http://www.gnu.org/licenses/gcc-exception-faq.html";>Rationale +(https://www.gnu.org/licenses/gcc-exception-3.1-faq.html";>Rationale document and FAQ) --- Summary of changes: htdocs/news.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. 60b155ba1362c75be927e673c51a3a1cf911b3bb
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 60b155ba1362c75be927e673c51a3a1cf911b3bb (commit) from 6d0cf1c7f87509706c1fce90cec801d422742ef4 (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 60b155ba1362c75be927e673c51a3a1cf911b3bb Author: Gerald Pfeifer Date: Sat Jun 8 12:37:29 2024 +0200 gcc-12: Break up markup of list of AArch64 options diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 2f790e0b..9e2cee50 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -691,7 +691,8 @@ function Multiply (S1, S2 : Sign) return Sign is AArch64 & arm Newer revisions of the Arm Architecture are supported as arguments to the - -march option: armv8.7-a, armv8.8-a, armv9-a. + -march option: armv8.7-a, + armv8.8-a, armv9-a. The Arm Cortex-A510 CPU is now supported through the cortex-a510 argument to the -mcpu and -mtune options. --- Summary of changes: htdocs/gcc-12/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. d7b2e0b7bec081de6b532ef41d6ea6ee49807698
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 d7b2e0b7bec081de6b532ef41d6ea6ee49807698 (commit) from 60b155ba1362c75be927e673c51a3a1cf911b3bb (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 d7b2e0b7bec081de6b532ef41d6ea6ee49807698 Author: Gerald Pfeifer Date: Sat Jun 8 13:41:58 2024 +0200 *: Refer to /onlinedocs fully qualified via gcc.gnu.org diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index ef02e071..3de15d02 100644 --- a/htdocs/gcc-14/porting_to.html +++ b/htdocs/gcc-14/porting_to.html @@ -428,7 +428,7 @@ exec /usr/bin/gcc -fpermissive "$@" C code generators that cannot be updated to generate valid standard C can emit -#pragma GCC diagnostic warning +https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Diagnostic-Pragmas.html";>#pragma GCC diagnostic warning directives to turn these errors back into warnings: diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html index ab3da60b..81ad4be3 100644 --- a/htdocs/gcc-5/changes.html +++ b/htdocs/gcc-5/changes.html @@ -438,7 +438,7 @@ version 2 and the current setting. Runtime Library (libstdc++) -A Dual +A https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html";>Dual ABI is provided by the library. A new ABI is enabled by default. The old ABI is still supported and can be used by defining the macro _GLIBCXX_USE_CXX11_ABI to 0 before --- Summary of changes: htdocs/gcc-14/porting_to.html | 2 +- htdocs/gcc-5/changes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs