gcc-wwwdocs branch master updated. 72015109915256516634a3d00845905a7656570b

2024-06-12 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  72015109915256516634a3d00845905a7656570b (commit)
  from  109e7fdf042e565a369cc8efdb51701e8b7c90b1 (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 72015109915256516634a3d00845905a7656570b
Author: Gerald Pfeifer 
Date:   Wed Jun 12 09:48:07 2024 +0200

news: Remove reference to /java

This is a left-over that redirects to our main page; we removed all
our Java material years ago.

diff --git a/htdocs/news.html b/htdocs/news.html
index de92bdf6..4a24a4ad 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -1799,7 +1799,6 @@ that tracks checkins to the egcs webpages CVS repository.
 Cygnus announces the first public
 release of libgcj, the runtime component of the GNU compiler for Java.
 Read the release announcement.
-Goto the libgcj homepage.
 
 
 April 6, 1999

---

Summary of changes:
 htdocs/news.html | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 109e7fdf042e565a369cc8efdb51701e8b7c90b1

2024-06-10 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  109e7fdf042e565a369cc8efdb51701e8b7c90b1 (commit)
  from  3f37542935165c3dc74f41d4c11c3621f8386b59 (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 109e7fdf042e565a369cc8efdb51701e8b7c90b1
Author: Gerald Pfeifer 
Date:   Tue Jun 11 00:23:10 2024 +0200

news: Use https for our Wiki

diff --git a/htdocs/news.html b/htdocs/news.html
index 5f652d90..de92bdf6 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -384,7 +384,7 @@
 
 The Vtable Verification Feature is now in GCC
 [2013-09-08]
-The http://gcc.gnu.org/wiki/vtv;>vtable verification
+The https://gcc.gnu.org/wiki/vtv;>vtable verification
 branch has been merged into trunk.  This work was contributed by
 Caroline Tice, Luis Lozano and Geoff Pike of Google, and
 Benjamin Kosnik of Red Hat.

---

Summary of changes:
 htdocs/news.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 3f37542935165c3dc74f41d4c11c3621f8386b59

2024-06-10 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  3f37542935165c3dc74f41d4c11c3621f8386b59 (commit)
  from  d7b2e0b7bec081de6b532ef41d6ea6ee49807698 (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 3f37542935165c3dc74f41d4c11c3621f8386b59
Author: Jonathan Grant 
Date:   Sat Jun 8 21:26:04 2024 +0200

*: Correct spelling

diff --git a/htdocs/bugs/management.html b/htdocs/bugs/management.html
index 28dfa76a..b2bb740e 100644
--- a/htdocs/bugs/management.html
+++ b/htdocs/bugs/management.html
@@ -64,7 +64,7 @@ perspective, these are the relevant ones and what their 
values mean:
 The status and resolution fields define and track the life cycle of a
 bug.  In addition to their https://gcc.gnu.org/bugzilla/page.cgi?id=fields.html;>regular
-descriptions, we also use two adition status values:
+descriptions, we also use two additional status values:
 
 
 
diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html
index 6cc76885..c51c9da4 100644
--- a/htdocs/codingrationale.html
+++ b/htdocs/codingrationale.html
@@ -155,7 +155,7 @@ Wide use of implicit conversion can cause some very 
surprising results.
 
 
 C++03 has no explicit conversion operators,
-and hence using them cannot avoid suprises.
+and hence using them cannot avoid surprises.
 Wait for C++11.
 
 
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index e8137edc..7d85d885 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -300,7 +300,7 @@ followed by a colon.  For example,
 
 
 Some large components may be subdivided into sub-components.  If
-the subcomponent name is not disctinct in its own right, you can use the
+the subcomponent name is not distinct in its own right, you can use the
 form component/sub-component:.
 
 Series identifier
@@ -330,7 +330,7 @@ the commit message so that Bugzilla will correctly notice 
the
 commit.  If your patch relates to two bugs, then write
 [PRn, PRm].  For multiple
 bugs, just cite the most relevant one in the summary and use an
-elipsis instead of the second, or subsequent PR numbers; list all the
+ellipsis instead of the second, or subsequent PR numbers; list all the
 related PRs in the body of the commit message in the normal way.
 
 It is not necessary to cite bugs that are closed as duplicates of
@@ -355,7 +355,7 @@ together.
 If you submit a new version of a patch series, then you should
 start a new email thread (don't reply to the original patch series).
 This avoids email threads becoming confused between discussions of the
-first and subsequent revisions of the patch set.  Your cover leter
+first and subsequent revisions of the patch set.  Your cover letter
 (0/nnn) should explain clearly what has been changed between
 the two patch series.  Also state if some of the patches are unchanged
 between revisions; this saves maintainers having to re-review the
diff --git a/htdocs/gccmission.html b/htdocs/gccmission.html
index 58a12755..1124fe9f 100644
--- a/htdocs/gccmission.html
+++ b/htdocs/gccmission.html
@@ -55,7 +55,7 @@ GCC.
  Patches will be considered equally based on their
  technical merits.
  All individuals and companies are welcome to contribute
- as long as they accept the groundrules.
+ as long as they accept the ground rules.
  
 Open mailing lists.
 Developer friendly tools and procedures (i.e. [version control], multiple
diff --git a/htdocs/projects/cfg.html b/htdocs/projects/cfg.html
index b1ee1f34..b695766e 100644
--- a/htdocs/projects/cfg.html
+++ b/htdocs/projects/cfg.html
@@ -83,7 +83,7 @@ to peel more than one iteration.
 
 The current loop optimizer uses information passed by the front end
 to discover loop constructs to simplify flow analysis.
-It is difficult to keep the information up-to-date and nowday
+It is difficult to keep the information up-to-date and nowadays
 it is easy to implement the loop discovery code on CFG.
 
 
diff --git a/htdocs/projects/cli.html b/htdocs/projects/cli.html
index 47ddb362..4f0baa0b 100644
--- a/htdocs/projects/cli.html
+++ b/htdocs/projects/cli.html
@@ -152,7 +152,7 @@ front end and the CLI binutils (both Mono based and DotGnu 
based) .
 
 The CLI back end
 
-Unlike a typical GCC back end, the CLI backnend stops the compilation flow
+Unlike a typical GCC back end, the CLI backend stops the compilation flow
 at the end of the middle-end passes and, without going through any RTL
 pass, it emits CIL bytecode from GIMPLE representation.
 As a matter of fact, RTL is not a convenient representation to emit
diff --git a/htdocs/projects/cxx-reflection/index.html 
b/htdocs/projects/cxx-reflection/index.html
index 2aefd708..709e012f 

gcc-wwwdocs branch master updated. d7b2e0b7bec081de6b532ef41d6ea6ee49807698

2024-06-08 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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


gcc-wwwdocs branch master updated. 60b155ba1362c75be927e673c51a3a1cf911b3bb

2024-06-08 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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. 6d0cf1c7f87509706c1fce90cec801d422742ef4

2024-06-08 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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. 97dfd479fc922ee33fb25096b99df8492152f750

2024-06-07 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  97dfd479fc922ee33fb25096b99df8492152f750 (commit)
  from  4260d675af42b9c97e29818ab3b3154d27103d49 (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 97dfd479fc922ee33fb25096b99df8492152f750
Author: Gerald Pfeifer 
Date:   Sat Jun 8 00:15:45 2024 +0200

simtest-howto: Use https to link to our install docs

diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html
index d9c027fd..3afbdb0b 100644
--- a/htdocs/simtest-howto.html
+++ b/htdocs/simtest-howto.html
@@ -115,7 +115,7 @@ cd gcc  find . -print | cpio -pdlmu ../combined 
 cd ..
 Build it
 
 Make sure the
-http://gcc.gnu.org/install/prerequisites.html;>building
+https://gcc.gnu.org/install/prerequisites.html;>building
 prerequisites for GCC are met, for example a host GCC no earlier
 than 3.4 or later, with C++ support enabled.
 

---

Summary of changes:
 htdocs/simtest-howto.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 1db5b34eb8cf47f070f643f993d835149bce2ec7

2024-06-04 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  1db5b34eb8cf47f070f643f993d835149bce2ec7 (commit)
  from  b70633d48603da6175aaa1ba0157bd451d7c0c18 (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 1db5b34eb8cf47f070f643f993d835149bce2ec7
Author: Gerald Pfeifer 
Date:   Wed Jun 5 07:13:22 2024 +0200

gcc-14: Make GCC 11-related link relative

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 7a5eb449..9a1b0c8a 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -971,7 +971,7 @@ __asm (".global __flmap_lock"  "\n\t"
 -march=knm, -mtune=knl or -mtune=knm
 compiler switches. Support will be removed in GCC 15.
   
-  https://gcc.gnu.org/gcc-11/changes.html;>Hardware-assisted
+  Hardware-assisted
 AddressSanitizer now works for the x86-64 target with LAM_U57.
 -fsanitize=hwaddress will enable -mlam=u57
 by default.

---

Summary of changes:
 htdocs/gcc-14/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 803c0e440c2f90e432cf7f934df96e19232c62ca

2024-06-02 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  803c0e440c2f90e432cf7f934df96e19232c62ca (commit)
  from  0f431f18f96625694ee0d627e684406585719171 (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 803c0e440c2f90e432cf7f934df96e19232c62ca
Author: Gerald Pfeifer 
Date:   Sun Jun 2 12:35:01 2024 +0200

mirrors: Remove gcc.fyxm.net

The hostname gcc.fyxm.net no longer resolves.

diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html
index b49aa76c..e9d1090a 100644
--- a/htdocs/mirrors.html
+++ b/htdocs/mirrors.html
@@ -36,7 +36,6 @@ mirrors.  The following sites mirror the gcc.gnu.org 
download site
   thanks to Martin (mir...@koddos.net) at KoDDoS.
 The Netherlands, Nijmegen: https://ftp.nluug.nl/languages/gcc/;>ftp.nluug.nl, thanks to Jan 
Cristiaan van Winkel (j...@atcomputing.nl)
 Russia, Novosibirsk: http://mirror.linux-ia64.org/gnu/gcc/;>http://mirror.linux-ia64.org/gnu/gcc/,
 thanks to Daniel Volchixin (dan...@volchixin.co.uk)
-Slovakia, Bratislava: http://gcc.fyxm.net/;>gcc.fyxm.net, 
thanks to Jan Teluch (ad...@2600.sk)
 UK: https://mirrorservice.org/sites/sourceware.org/pub/gcc/;>mirrorservice.org,
 thanks to mir...@mirrorservice.org
 US, San Francisco: https://bigsearcher.com/mirrors/gcc/;>https://bigsearcher.com/mirrors/gcc/,
 thanks to i...@bigsearcher.com
 US, San Jose: http://www.netgull.com/gcc/;>http://www.netgull.com, thanks to 
ad...@netgull.com

---

Summary of changes:
 htdocs/mirrors.html | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 0f431f18f96625694ee0d627e684406585719171

2024-06-02 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  0f431f18f96625694ee0d627e684406585719171 (commit)
  from  e12ca3f6a785a7e7ee4cc6c7d9deea3315bce5d1 (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 0f431f18f96625694ee0d627e684406585719171
Author: Gerald Pfeifer 
Date:   Sun Jun 2 10:24:43 2024 +0200

*: Move www.netlib.org to https

Simplify a link on the way, removing trailing "index.html".

diff --git a/htdocs/gcc-3.0/criteria.html b/htdocs/gcc-3.0/criteria.html
index 8bca802f..97be2e30 100644
--- a/htdocs/gcc-3.0/criteria.html
+++ b/htdocs/gcc-3.0/criteria.html
@@ -243,10 +243,10 @@ different programming languages.
 2.2.0
 pooma-2.3.0.tgz
 
-http://www.netlib.org/lapack/index.html;>LAPACK
+https://www.netlib.org/lapack/;>LAPACK
 Fortran
 3.0
-http://www.netlib.org/lapack/lapack.tgz;>
+https://www.netlib.org/lapack/lapack.tgz;>
 LAPACK (testing programs)
 
 
diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/criteria.html
index 2a51da81..078303be 100644
--- a/htdocs/gcc-3.1/criteria.html
+++ b/htdocs/gcc-3.1/criteria.html
@@ -320,7 +320,7 @@ quality:
 ftp://ftp.kai.com/pub/benchmarks/stepanov_v1p2.C
 
 LAPACKFortran
-http://www.netlib.org/lapack/lapack.tgz;>
+https://www.netlib.org/lapack/lapack.tgz;>
 LAPACK 3.0 (timing programs)
 
 
diff --git a/htdocs/gcc-3.3/criteria.html b/htdocs/gcc-3.3/criteria.html
index a002d161..ceb21ac7 100644
--- a/htdocs/gcc-3.3/criteria.html
+++ b/htdocs/gcc-3.3/criteria.html
@@ -325,7 +325,7 @@ quality:
  stepanov_v1p2.C
 
 LAPACKFortran
-http://www.netlib.org/lapack/lapack.tgz;>
+https://www.netlib.org/lapack/lapack.tgz;>
 LAPACK 3.0 (timing programs)
 
 
diff --git a/htdocs/gcc-3.4/criteria.html b/htdocs/gcc-3.4/criteria.html
index 56b7d321..e3d84320 100644
--- a/htdocs/gcc-3.4/criteria.html
+++ b/htdocs/gcc-3.4/criteria.html
@@ -325,7 +325,7 @@ quality:
  stepanov_v1p2.C
 
 LAPACKFortran 77
-http://www.netlib.org/lapack/lapack.tgz;>
+https://www.netlib.org/lapack/lapack.tgz;>
 LAPACK 3.0 (timing programs)
 
 

---

Summary of changes:
 htdocs/gcc-3.0/criteria.html | 4 ++--
 htdocs/gcc-3.1/criteria.html | 2 +-
 htdocs/gcc-3.3/criteria.html | 2 +-
 htdocs/gcc-3.4/criteria.html | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. e12ca3f6a785a7e7ee4cc6c7d9deea3315bce5d1

2024-06-01 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  e12ca3f6a785a7e7ee4cc6c7d9deea3315bce5d1 (commit)
  from  402a829724a4d6fdbfdb08e2aa7b5b522a254c31 (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 e12ca3f6a785a7e7ee4cc6c7d9deea3315bce5d1
Author: Gerald Pfeifer 
Date:   Sun Jun 2 01:49:18 2024 +0200

news: Update reference to g77 BoF

Also make the link text more natural and don't duplicate the link as
plain text.

diff --git a/htdocs/news.html b/htdocs/news.html
index c319e250..aeac6935 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -1731,9 +1731,9 @@ back end, focusing on better optimization for the Pentium 
II.
 
 Toon Moene has emailed (and posted) his notes on
 the GNU Fortran (g77) Birds-of-a-Feather (BOF) session at
-LinuxExpo to the appropriate lists,
-and Craig Burley has made Toon's notes available (in edited form) at http://world.std.com/~burley/bof.html;>http://world.std.com/~burley/bof.html.
+LinuxExpo to the appropriate lists, and Craig Burley has made
+http://www.kilmnj.com/g77/bof.html;>Toon's notes available
+(in edited form).
 
 Probably the most important decision reached at the meeting
 is that Craig Burley will undertake the long-awaited 0.6 rewrite

---

Summary of changes:
 htdocs/news.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 402a829724a4d6fdbfdb08e2aa7b5b522a254c31

2024-06-01 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  402a829724a4d6fdbfdb08e2aa7b5b522a254c31 (commit)
  from  254fd33e73494704e453d4cbf634f02f19da6dee (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 402a829724a4d6fdbfdb08e2aa7b5b522a254c31
Author: Gerald Pfeifer 
Date:   Sun Jun 2 01:29:47 2024 +0200

gcc-*/buildstat: Drop references to "Final Installation" docs

Instructions for reporting a successful build are not actually part
of the "Final Installation" docs (any more) and we have not been
adding new build results for several years.

diff --git a/htdocs/gcc-3.0/buildstat.html b/htdocs/gcc-3.0/buildstat.html
index e751f9a8..442e275a 100644
--- a/htdocs/gcc-3.0/buildstat.html
+++ b/htdocs/gcc-3.0/buildstat.html
@@ -17,11 +17,7 @@ summaries.
 Instructions for running the testsuite and for submitting test results
 are part of
 https://gcc.gnu.org/install/test.html;>
-Installing GCC: Testing.
-Instructions for reporting a successful build, including a list of
-information to include in such a report, are part of
-https://gcc.gnu.org/install/finalinstall.html;>
-Installing GCC: Final Installation.
+Installing GCC: Testing.
 
 
 
diff --git a/htdocs/gcc-3.1/buildstat.html b/htdocs/gcc-3.1/buildstat.html
index 348ab001..f58a6d28 100644
--- a/htdocs/gcc-3.1/buildstat.html
+++ b/htdocs/gcc-3.1/buildstat.html
@@ -17,11 +17,7 @@ summaries.
 Instructions for running the testsuite and for submitting test results
 are part of
 https://gcc.gnu.org/install/test.html;>
-Installing GCC: Testing.
-Instructions for reporting a successful make bootstrap,
-including a list of information to include in such a report, are part of
-https://gcc.gnu.org/install/finalinstall.html;>
-Installing GCC: Final Installation.
+Installing GCC: Testing.
 
 
 
diff --git a/htdocs/gcc-3.2/buildstat.html b/htdocs/gcc-3.2/buildstat.html
index 31ae26bb..1f6454de 100644
--- a/htdocs/gcc-3.2/buildstat.html
+++ b/htdocs/gcc-3.2/buildstat.html
@@ -17,11 +17,7 @@ summaries.
 Instructions for running the testsuite and for submitting test results
 are part of
 https://gcc.gnu.org/install/test.html;>
-Installing GCC: Testing.
-Instructions for reporting a successful make bootstrap,
-including a list of information to include in such a report, are part of
-https://gcc.gnu.org/install/finalinstall.html;>
-Installing GCC: Final Installation.
+Installing GCC: Testing.
 
 
 
diff --git a/htdocs/gcc-3.3/buildstat.html b/htdocs/gcc-3.3/buildstat.html
index c2d6c345..093ad9ab 100644
--- a/htdocs/gcc-3.3/buildstat.html
+++ b/htdocs/gcc-3.3/buildstat.html
@@ -17,11 +17,7 @@ summaries.
 Instructions for running the testsuite and for submitting test results
 are part of
 https://gcc.gnu.org/install/test.html;>
-Installing GCC: Testing.
-Instructions for reporting a successful make bootstrap,
-including a list of information to include in such a report, are part of
-https://gcc.gnu.org/install/finalinstall.html;>
-Installing GCC: Final Installation.
+Installing GCC: Testing.
 
 
 
diff --git a/htdocs/gcc-3.4/buildstat.html b/htdocs/gcc-3.4/buildstat.html
index 02b491ed..1d00b2e4 100644
--- a/htdocs/gcc-3.4/buildstat.html
+++ b/htdocs/gcc-3.4/buildstat.html
@@ -17,11 +17,7 @@ summaries.
 Instructions for running the testsuite and for submitting test results
 are part of
 https://gcc.gnu.org/install/test.html;>
-Installing GCC: Testing.
-Instructions for reporting a successful make bootstrap,
-including a list of information to include in such a report, are part of
-https://gcc.gnu.org/install/finalinstall.html;>
-Installing GCC: Final Installation.
+Installing GCC: Testing.
 
 
 
diff --git a/htdocs/gcc-4.0/buildstat.html b/htdocs/gcc-4.0/buildstat.html
index 23184f2d..cefb9951 100644
--- a/htdocs/gcc-4.0/buildstat.html
+++ b/htdocs/gcc-4.0/buildstat.html
@@ -17,11 +17,7 @@ summaries.
 Instructions for running the testsuite and for submitting test results
 are part of
 https://gcc.gnu.org/install/test.html;>
-Installing GCC: Testing.
-Instructions for reporting a successful make bootstrap,
-including a list of information to include in such a report, are part of
-https://gcc.gnu.org/install/finalinstall.html;>
-Installing GCC: Final Installation.
+Installing GCC: Testing.
 
 
 
diff --git a/htdocs/gcc-4.1/buildstat.html b/htdocs/gcc-4.1/buildstat.html
index f319c7f2..f21c9b04 100644
--- a/htdocs/gcc-4.1/buildstat.html
+++ b/htdocs/gcc-4.1/buildstat.html
@@ -17,11 +17,7 @@ summaries.
 Instructions for running the testsuite and for submitting test results
 are part of
 https://gcc.gnu.org/install/test.html;>
-Installing GCC: Testing.
-Instructions for reporting a successful make 

gcc-wwwdocs branch master updated. 254fd33e73494704e453d4cbf634f02f19da6dee

2024-06-01 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  254fd33e73494704e453d4cbf634f02f19da6dee (commit)
  from  614b76b185be56e74b607a92b49b359be5949565 (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 254fd33e73494704e453d4cbf634f02f19da6dee
Author: Gerald Pfeifer 
Date:   Sat Jun 1 11:59:12 2024 +0200

news: golang.org has become go.dev

diff --git a/htdocs/news.html b/htdocs/news.html
index b7a6f479..c319e250 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -582,7 +582,7 @@ We are currently accepting student applications.
 
 December 2, 2010
 GCC 4.6 will support
-  the https://golang.org/;>Go programming language.  The
+  the https://go.dev;>Go programming language.  The
   new front end was contributed by Ian Lance Taylor at Google.
 
 November 16, 2010

---

Summary of changes:
 htdocs/news.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 614b76b185be56e74b607a92b49b359be5949565

2024-05-30 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  614b76b185be56e74b607a92b49b359be5949565 (commit)
   via  ee01b4e9643cf1abe7c865d43dd5257a5b77b893 (commit)
  from  ed119bf29bf7a0a0cf9ae9fb28fbd71f83ff9245 (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 614b76b185be56e74b607a92b49b359be5949565
Author: Gerald Pfeifer 
Date:   Thu May 30 10:59:38 2024 +0400

*: Use https to access gcc.gnu.org/onlinedocs

diff --git a/htdocs/gcc-10/index.html b/htdocs/gcc-10/index.html
index 5fb1e02e..fe1e4c07 100644
--- a/htdocs/gcc-10/index.html
+++ b/htdocs/gcc-10/index.html
@@ -28,31 +28,31 @@ GCC 10.4 relative to previous releases of GCC.
 GCC 10.5
 July 7, 2023
 (changes,
- http://gcc.gnu.org/onlinedocs/10.5.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/10.5.0/;>documentation)
 
 
 GCC 10.4
 June 28, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/10.4.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/10.4.0/;>documentation)
 
 
 GCC 10.3
 April 8, 2021
 (changes,
- http://gcc.gnu.org/onlinedocs/10.3.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/10.3.0/;>documentation)
 
 
 GCC 10.2
 July 23, 2020
 (changes,
- http://gcc.gnu.org/onlinedocs/10.2.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/10.2.0/;>documentation)
 
 
 GCC 10.1
 May 7, 2020
 (changes,
- http://gcc.gnu.org/onlinedocs/10.1.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/10.1.0/;>documentation)
 
 
 
@@ -66,7 +66,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Contributors.html;>amazing
+This https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Contributors.html;>amazing
 group of volunteers is what makes GCC successful.
 
 For additional information about GCC please refer to the
diff --git a/htdocs/gcc-11/index.html b/htdocs/gcc-11/index.html
index bb41c492..681da6a1 100644
--- a/htdocs/gcc-11/index.html
+++ b/htdocs/gcc-11/index.html
@@ -25,25 +25,25 @@ GCC 11.3 relative to previous releases of GCC.
 GCC 11.4
 May 29, 2023
 (changes,
- http://gcc.gnu.org/onlinedocs/11.4.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/11.4.0/;>documentation)
 
 
 GCC 11.3
 April 21, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/11.3.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/11.3.0/;>documentation)
 
 
 GCC 11.2
 July 28, 2021
 (changes,
- http://gcc.gnu.org/onlinedocs/11.2.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/11.2.0/;>documentation)
 
 
 GCC 11.1
 April 27, 2021
 (changes,
- http://gcc.gnu.org/onlinedocs/11.1.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/11.1.0/;>documentation)
 
 
 
@@ -57,7 +57,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/Contributors.html;>amazing
+This https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/Contributors.html;>amazing
 group of volunteers is what makes GCC successful.
 
 For additional information about GCC please refer to the
diff --git a/htdocs/gcc-12/index.html b/htdocs/gcc-12/index.html
index a76ef1dc..3ba4df2b 100644
--- a/htdocs/gcc-12/index.html
+++ b/htdocs/gcc-12/index.html
@@ -25,19 +25,19 @@ GCC 12.2 relative to previous releases of GCC.
 GCC 12.3
 May 8, 2023
 (changes,
- http://gcc.gnu.org/onlinedocs/12.3.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/12.3.0/;>documentation)
 
 
 GCC 12.2
 Aug 19, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/12.2.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/12.2.0/;>documentation)
 
 
 GCC 12.1
 May 6, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/12.1.0/;>documentation)
+ https://gcc.gnu.org/onlinedocs/12.1.0/;>documentation)
 
 
 
@@ -51,7 +51,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/Contributors.html;>amazing
+This https://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/Contributors.html;>amazing
 group of volunteers is what makes GCC successful.
 
 For additional information about GCC please refer to the
diff --git a/htdocs/gcc-13/index.html b/htdocs/gcc-13/index.html
index b04838db..ad1d5f1a 100644
--- 

gcc-wwwdocs branch master updated. 582d3e94dbcdf2aa63134532dc66b01d651d7a1d

2024-05-27 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  582d3e94dbcdf2aa63134532dc66b01d651d7a1d (commit)
  from  dd0024f713bda1f7735558347db357ff437e04dd (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 582d3e94dbcdf2aa63134532dc66b01d651d7a1d
Author: Gerald Pfeifer 
Date:   Mon May 27 14:21:51 2024 +0200

news: Only refer, don't link to cvsweb

First of all we have not been using CVS for a while, second cvsweb
itself is not actively maintained any more. And on the way refer to
it as a tool, not a package.

diff --git a/htdocs/news.html b/htdocs/news.html
index 2490d69e..ca3e7dc5 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -1997,8 +1997,7 @@ Cygnus donates gcse 
optimization pass.
 
   The egcs web pages are now supported by egcs project hardware and
   are searchable with webglimpse.  The CVS sources are browsable with
-  the free http://people.freebsd.org/~fenner/cvsweb/;>cvsweb package.
+  the free cvsweb tool.
 
 
 February 7, 1998

---

Summary of changes:
 htdocs/news.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. dd0024f713bda1f7735558347db357ff437e04dd

2024-05-27 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  dd0024f713bda1f7735558347db357ff437e04dd (commit)
  from  f22fecf4bcafee06b8a7c1f2ae327b21ed2dae55 (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 dd0024f713bda1f7735558347db357ff437e04dd
Author: Gerald Pfeifer 
Date:   Mon May 27 09:34:45 2024 +0200

news: Tweak hsafoundation.com URL

diff --git a/htdocs/news.html b/htdocs/news.html
index d2168528..2490d69e 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -168,7 +168,7 @@
 
 BRIG/HSAIL (Heterogeneous Systems Architecture Intermediate 
Language) front end added
  [2017-02-01]
- http://www.hsafoundation.com/;> Heterogeneous Systems
+ http://hsafoundation.com;> Heterogeneous Systems
  Architecture 1.0 BRIG (HSAIL)
  front end was added to GCC,
  enabling HSAIL finalization for gcc-supported

---

Summary of changes:
 htdocs/news.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. f22fecf4bcafee06b8a7c1f2ae327b21ed2dae55

2024-05-27 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  f22fecf4bcafee06b8a7c1f2ae327b21ed2dae55 (commit)
  from  da6ef3e5cad159e939c79237a48f7d19297a9407 (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 f22fecf4bcafee06b8a7c1f2ae327b21ed2dae55
Author: Gerald Pfeifer 
Date:   Mon May 27 09:31:33 2024 +0200

*: Refer to the ACE's project new home

diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/criteria.html
index 2a9febc3..2a51da81 100644
--- a/htdocs/gcc-3.1/criteria.html
+++ b/htdocs/gcc-3.1/criteria.html
@@ -206,7 +206,7 @@ shown here are used for GCC 3.1 integration testing.
 Source URL
 Build and test guide
 
-http://www.cs.wustl.edu/~schmidt/ACE.html;>ACE
+https://github.com/cflowe/ACE;>ACE
 C++
 5.2
 
diff --git a/htdocs/gcc-3.3/criteria.html b/htdocs/gcc-3.3/criteria.html
index 70b20a71..a002d161 100644
--- a/htdocs/gcc-3.3/criteria.html
+++ b/htdocs/gcc-3.3/criteria.html
@@ -209,7 +209,7 @@ shown here are used for GCC 3.3 integration testing.
 Source URL
 Build and test guide
 
-http://www.cs.wustl.edu/~schmidt/ACE.html;>ACE
+https://github.com/cflowe/ACE;>ACE
 C++
 5.2
 http://deuce.doc.wustl.edu/Download.html;>
diff --git a/htdocs/gcc-3.4/criteria.html b/htdocs/gcc-3.4/criteria.html
index 25f3f8ca..56b7d321 100644
--- a/htdocs/gcc-3.4/criteria.html
+++ b/htdocs/gcc-3.4/criteria.html
@@ -209,7 +209,7 @@ shown here are used for GCC 3.4 integration testing.
 Source URL
 Build and test guide
 
-http://www.cs.wustl.edu/~schmidt/ACE.html;>ACE
+https://github.com/cflowe/ACE;>ACE
 C++
 5.2
 http://deuce.doc.wustl.edu/Download.html;>

---

Summary of changes:
 htdocs/gcc-3.1/criteria.html | 2 +-
 htdocs/gcc-3.3/criteria.html | 2 +-
 htdocs/gcc-3.4/criteria.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. da6ef3e5cad159e939c79237a48f7d19297a9407

2024-05-26 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  da6ef3e5cad159e939c79237a48f7d19297a9407 (commit)
  from  ac077418b514b4f6ee541990313587d48881cc47 (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 da6ef3e5cad159e939c79237a48f7d19297a9407
Author: Gerald Pfeifer 
Date:   Mon May 27 00:52:50 2024 +0200

gcc-12: Make reference to problem reporting more general

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 0cfa12eb..2f790e0b 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -864,8 +864,8 @@ function Multiply (S1, S2 : Sign) return Sign is
 The internal implementation of Power's target-specific built-in functions
 has been rewritten to be easier and less error-prone to maintain.  Every
 attempt has been made to ensure that the new behavior matches the old
-behavior, but inevitably some bugs can be expected.  Please report any
-problems via https://gcc.gnu.org/bugzilla/;>GCC Bugzilla.
+behavior, but inevitably some bugs can be expected.  Please report any problems.
   
   
 The built-in functions __builtin_get_texasr,

---

Summary of changes:
 htdocs/gcc-12/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. ac077418b514b4f6ee541990313587d48881cc47

2024-05-26 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  ac077418b514b4f6ee541990313587d48881cc47 (commit)
  from  0d21e997f0454972a3d2bd6ab9b5c15cc6c3e21c (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 ac077418b514b4f6ee541990313587d48881cc47
Author: Gerald Pfeifer 
Date:   Mon May 27 00:26:44 2024 +0200

testing: Move buildbot.net to https

diff --git a/htdocs/testing/index.html b/htdocs/testing/index.html
index 012ac287..bf031c22 100644
--- a/htdocs/testing/index.html
+++ b/htdocs/testing/index.html
@@ -117,7 +117,7 @@ the testsuite directories.
   Run benchmarks regularly and report performance regressions.
   Extend the build robot to also do local builds, run the testsuite,
   visualize test result differences and probably use something like
-  http://buildbot.net/;>BuildBot. Some of the
+  https://buildbot.net;>BuildBot. Some of the
   https://gcc.gnu.org/wiki/CompileFarm;>Compile Farm machines
   could also be used.
 

---

Summary of changes:
 htdocs/testing/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 0d21e997f0454972a3d2bd6ab9b5c15cc6c3e21c

2024-05-26 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  0d21e997f0454972a3d2bd6ab9b5c15cc6c3e21c (commit)
  from  97e3b0b5b55fba771caed4a449854952e08a40f6 (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 0d21e997f0454972a3d2bd6ab9b5c15cc6c3e21c
Author: Gerald Pfeifer 
Date:   Mon May 27 00:10:33 2024 +0200

gcc-3.3: Fix markup

diff --git a/htdocs/gcc-3.3/criteria.html b/htdocs/gcc-3.3/criteria.html
index c9bd4c9d..70b20a71 100644
--- a/htdocs/gcc-3.3/criteria.html
+++ b/htdocs/gcc-3.3/criteria.html
@@ -276,7 +276,7 @@ shown here are used for GCC 3.3 integration testing.
 ROOT
 C++
 3.01.00
-https://root.cern;>ROOT homepage
+https://root.cern;>ROOT homepage
 
 
 

---

Summary of changes:
 htdocs/gcc-3.3/criteria.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 97e3b0b5b55fba771caed4a449854952e08a40f6

2024-05-26 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  97e3b0b5b55fba771caed4a449854952e08a40f6 (commit)
  from  d7acf97af20e655f6bcc172fdb20bc2160e67d57 (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 97e3b0b5b55fba771caed4a449854952e08a40f6
Author: Gerald Pfeifer 
Date:   Mon May 27 00:07:43 2024 +0200

news: Drop reference to www.gccsummit.org

This is a perfect example why maintaining links is important. The domain
appears to have changed owners and now appears very spammy.

diff --git a/htdocs/news.html b/htdocs/news.html
index 09dd2424..d2168528 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -1051,8 +1051,7 @@ It will be part of the GCC 3.4.0 release.
 May 27, 2003
 
 Proceedings and photographs of participants are available for the First
-Annual http://www.gccsummit.org/;>GCC Developers' Summit,
-which took place May 25-27, 2003.
+Annual GCC Developers' Summit, which took place May 25-27, 2003.
 
 
 May 14, 2003

---

Summary of changes:
 htdocs/news.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. d7acf97af20e655f6bcc172fdb20bc2160e67d57

2024-05-26 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  d7acf97af20e655f6bcc172fdb20bc2160e67d57 (commit)
   via  a4b446e97ce5b37dfeba4fdd07262a5d899bb457 (commit)
  from  f41bda13d2dc610e48fe224ef2478771b00be9cf (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 d7acf97af20e655f6bcc172fdb20bc2160e67d57
Author: Gerald Pfeifer 
Date:   Mon May 27 00:03:34 2024 +0200

news: Google+ is now more

diff --git a/htdocs/news.html b/htdocs/news.html
index af30872b..09dd2424 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -393,8 +393,7 @@
 [2013-08-08]
 GCC and the GNU Toolchain Project now have accounts on
 https://twitter.com/gnutools; target="_blank">Twitter and
-https://plus.google.com/108467477471815191158; rel="publisher" 
target="_blank">Google+
- to help developers stay informed of progress.
+Google+ to help developers stay informed of progress.
 
 IBM POWER8 support
 [2013-07-15]

commit a4b446e97ce5b37dfeba4fdd07262a5d899bb457
Author: Gerald Pfeifer 
Date:   Sun May 26 23:52:44 2024 +0200

news: Move www.multiprecision.org to https

diff --git a/htdocs/news.html b/htdocs/news.html
index fb34e64a..af30872b 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -622,7 +622,7 @@ target by Michael Eager, Eager Consulting.
 
 January 26, 2010
 Kaveh Ghazi has integrated GCC with the http://www.multiprecision.org/;>MPC library.  As of the
+href="https://www.multiprecision.org;>MPC library.  As of the
 upcoming GCC 4.5.0 release this library will be required to build GCC.
 Using MPC allows more effective and accurate complex number 

gcc-wwwdocs branch master updated. f41bda13d2dc610e48fe224ef2478771b00be9cf

2024-05-26 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  f41bda13d2dc610e48fe224ef2478771b00be9cf (commit)
  from  ef33cbfaa780f340872b6f08466224695db5c822 (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 f41bda13d2dc610e48fe224ef2478771b00be9cf
Author: Gerald Pfeifer 
Date:   Sun May 26 23:37:55 2024 +0200

*: Update URL for ROOT project at CERN

diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/criteria.html
index a77b49f6..2a9febc3 100644
--- a/htdocs/gcc-3.1/criteria.html
+++ b/htdocs/gcc-3.1/criteria.html
@@ -272,8 +272,7 @@ shown here are used for GCC 3.1 integration testing.
 ROOT
 C++
 3.01.00
-http://root.cern.ch/root/Version301.html;>
-root-3.01
+https://root.cern;>ROOT homepage
 
 
 
diff --git a/htdocs/gcc-3.3/criteria.html b/htdocs/gcc-3.3/criteria.html
index 81358b57..c9bd4c9d 100644
--- a/htdocs/gcc-3.3/criteria.html
+++ b/htdocs/gcc-3.3/criteria.html
@@ -276,8 +276,7 @@ shown here are used for GCC 3.3 integration testing.
 ROOT
 C++
 3.01.00
-http://root.cern.ch/root/Version301.html;>
-root-3.01
+https://root.cern;>ROOT homepage
 
 
 
diff --git a/htdocs/gcc-3.4/criteria.html b/htdocs/gcc-3.4/criteria.html
index bf5e943c..25f3f8ca 100644
--- a/htdocs/gcc-3.4/criteria.html
+++ b/htdocs/gcc-3.4/criteria.html
@@ -276,8 +276,7 @@ shown here are used for GCC 3.4 integration testing.
 ROOT
 C++
 3.01.00
-http://root.cern.ch/root/Version301.html;>
-root-3.01
+https://root.cern;>ROOT homepage
 
 
 

---

Summary of changes:
 htdocs/gcc-3.1/criteria.html | 3 +--
 htdocs/gcc-3.3/criteria.html | 3 +--
 htdocs/gcc-3.4/criteria.html | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. ef33cbfaa780f340872b6f08466224695db5c822

2024-05-25 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  ef33cbfaa780f340872b6f08466224695db5c822 (commit)
  from  e1795876c8a0c7bd3136cb92c3a33df97002c711 (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 ef33cbfaa780f340872b6f08466224695db5c822
Author: Gerald Pfeifer 
Date:   Sat May 25 10:34:34 2024 +0200

gcc-13: Reword section on __bf16

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 2702170d..49261e1b 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -549,10 +549,10 @@ You may also want to check out our
   For both C and C++ the __bf16 type is supported on
   x86 systems with SSE2 and above enabled.
   
-  Use real __bf16 type for AVX512BF16 intrinsics. Previously
-  we use __bfloat16 which is typedef of short. Now we introduced real
-  __bf16 type to x86 psABI. Users need to adjust their
-  AVX512BF16-related source code when upgrading GCC12 to GCC13.
+  Use this __bf16 type for AVX512BF16 intrinsics instead
+  of __bfloat16 which is typedef for short.
+  __bf16 is now part of the x86 psABI. Users need to adjust their
+  AVX512BF16-related source code when upgrading to GCC 13.
   
   New ISA extension support for Intel AMX-COMPLEX was added.
   AMX-COMPLEX intrinsics are available via the -mamx-complex

---

Summary of changes:
 htdocs/gcc-13/changes.html | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. e1795876c8a0c7bd3136cb92c3a33df97002c711

2024-05-25 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  e1795876c8a0c7bd3136cb92c3a33df97002c711 (commit)
  from  77993a3798b638d2518dcb11ac939b581ea3cea8 (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 e1795876c8a0c7bd3136cb92c3a33df97002c711
Author: Gerald Pfeifer 
Date:   Sat May 25 10:14:58 2024 +0200

git: Fix typo

diff --git a/htdocs/git.html b/htdocs/git.html
index 22c0eec1..a6e88566 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -236,7 +236,7 @@ additional branches can also be fetched if necessary.
 
 
 You can download any of the additional branches by adding a suitable
-fetch specification to your local copy of the git repostiory.  For
+fetch specification to your local copy of the git repository.  For
 example, if your remote is called 'origin' (the default with git
 clone) you can add the 'dead' development branches by running:
 

---

Summary of changes:
 htdocs/git.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 77993a3798b638d2518dcb11ac939b581ea3cea8

2024-05-24 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  77993a3798b638d2518dcb11ac939b581ea3cea8 (commit)
  from  b20402b74f21724e2772d48ec8f12043ca785503 (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 77993a3798b638d2518dcb11ac939b581ea3cea8
Author: Gerald Pfeifer 
Date:   Sat May 25 00:33:59 2024 +0200

gcc-13: Run time instead of runtime

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index d431c768..2702170d 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -62,9 +62,9 @@ You may also want to check out our
   includes the iostream header. This change
   improves the start-up performance of C++ programs, but it means that
   code compiled with GCC 13.1 will crash if the correct version of
-  libstdc++.so is not used at runtime. See the
+  libstdc++.so is not used at run time. See the
   https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dynamic_or_shared.html#manual.intro.using.linkage.dynamic;>documentation
-  about using the right libstdc++.so at runtime.
+  about using the right libstdc++.so at run time.
   Future GCC releases will mitigate the problem so that the program
   cannot be run at all with an older libstdc++.so.
 

---

Summary of changes:
 htdocs/gcc-13/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. c1594fa5dda412c98f3193ca8f993f6fc21e73c1

2024-05-19 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  c1594fa5dda412c98f3193ca8f993f6fc21e73c1 (commit)
  from  d0ff325b9f7d8e9462cda905c918f110c02c764b (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 c1594fa5dda412c98f3193ca8f993f6fc21e73c1
Author: Gerald Pfeifer 
Date:   Sun May 19 18:13:12 2024 +0200

gcc-14: Fix seven typos

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index dd3fea8d..6447898e 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -31,7 +31,7 @@ You may also want to check out our
   another structure, is deprecated. Refer to
   https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Zero-Length.html;>
   Zero Length Arrays.
-  Any code relying on this extension should be modifed to ensure that
+  Any code relying on this extension should be modified to ensure that
   C99 flexible array members only end up at the ends of structures.
   Please use the warning option
   https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wflex-array-member-not-at-end;>-Wflex-array-member-not-at-end
 to
@@ -111,7 +111,7 @@ You may also want to check out our
 properties of functions and variables.  The stack frame used by
 functions marked with the attribute gets zeroed-out upon returning
 or exception escaping.  Scalar variables marked with the attribute
-cause functions contaning or accessing them to get stack scrubbing
+cause functions containing or accessing them to get stack scrubbing
 enabled implicitly.
   
   
@@ -155,7 +155,7 @@ You may also want to check out our

can now be vectorized on a number of targets.  In this first version any
input data sources must either have a statically known size at compile 
time
-   or the vectorizer must be able to determine based on auxillary 
information
+   or the vectorizer must be able to determine based on auxiliary 
information
that the accesses are aligned.
   
 
@@ -191,7 +191,7 @@ You may also want to check out our
   used for allocatables and pointers using the allocate
   directive and its OpenMP 5.2 replacement, the allocators
   directive; files using this allocator and all files that might directly
-  or indirectly (intrinisic assignment, intent(out), ...)
+  or indirectly (intrinsic assignment, intent(out), ...)
   de- or reallocate such-allocated variables must be compiled with the
   https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gfortran/Fortran-Dialect-Options.html#index-fopenmp-allocators;
   >-fopenmp-allocators option.
@@ -282,7 +282,7 @@ You may also want to check out our
   with SPARK 2014.
   Support for the LoongArch architecture.
   Support for vxWorks 7 Cert RTP has been removed.
-  Additional hardening improvements. For more information reltated to
+  Additional hardening improvements. For more information related to
 hardening options, refer to
 the https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Instrumentation-Options.html#index-fharden-compares;>GCC
 Instrumentation Options and
@@ -428,7 +428,7 @@ You may also want to check out our
   
   
 
-When a diagnostic occurrs involving a C++ template,
+When a diagnostic occurs involving a C++ template,
 GCC will now quote the source code of the context at which
 the template is instantiated ("required from here"),
 rather than just print filename and line/column numbers.
@@ -1570,7 +1570,7 @@ it emits:
 GCC diagnostics have been able to have execution paths associated
 with them since GCC 10, but previously these were required to be
 single-threaded.
-As of GCC 14, these execution paths can have multipled named threads
+As of GCC 14, these execution paths can have multiple named threads
 associated with them, with each event being associated with one of the
 threads.
 No existing GCC diagnostics take advantage of this, but GCC plugins

---

Summary of changes:
 htdocs/gcc-14/changes.html | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. d0ff325b9f7d8e9462cda905c918f110c02c764b

2024-05-18 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  d0ff325b9f7d8e9462cda905c918f110c02c764b (commit)
  from  a67b6efe485d07bb94d3b1261e73b5fd0014eefb (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 d0ff325b9f7d8e9462cda905c918f110c02c764b
Author: Gerald Pfeifer 
Date:   Sat May 18 11:47:43 2024 +0200

egcs-1.1: Use 64-bit instead of 64 bit

diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html
index 5db4e342..a62ed3df 100644
--- a/htdocs/egcs-1.1/index.html
+++ b/htdocs/egcs-1.1/index.html
@@ -37,7 +37,7 @@ in older versions of EGCS:
Vastly improved C++ compiler and
   integrated C++ runtime libraries.
Fixes for the /tmp symlink race security problems.
-   New targets including mips16, arm-thumb and 64 bit PowerPC.
+   New targets including mips16, arm-thumb and 64-bit PowerPC.
Improvements to GNU Fortran (g77) compiler and
   runtime library made since g77 version 0.5.23.
 

---

Summary of changes:
 htdocs/egcs-1.1/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. a67b6efe485d07bb94d3b1261e73b5fd0014eefb

2024-05-17 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  a67b6efe485d07bb94d3b1261e73b5fd0014eefb (commit)
  from  8d8905c36f17aac7a6af5926009fa7688bf03b6d (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 a67b6efe485d07bb94d3b1261e73b5fd0014eefb
Author: Gerald Pfeifer 
Date:   Fri May 17 23:34:29 2024 +0200

gcc-4.6: Use 64-bit instead of 64 bit

diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html
index c96d347f..d1e15af3 100644
--- a/htdocs/gcc-4.6/changes.html
+++ b/htdocs/gcc-4.6/changes.html
@@ -791,7 +791,7 @@
 Several enhancements were committed to improve SIMD code
   generation for NEON by adding support for widening instructions,
   misaligned loads and stores, vector conditionals and
-  support for 64 bit arithmetic.
+  support for 64-bit arithmetic.
 
 Support was added for the Faraday cores fa526, fa606te,
   fa626te, fmp626te, fmp626 and fa726te and can be used with the
@@ -927,7 +927,7 @@
   which always generates the VSX memory instructions.
 The GCC compiler on AIX now defaults to a process layout with a
   larger data space allowing larger programs to be compiled.
-The GCC long double type on AIX 6.1 and above has reverted to 64 bit
+The GCC long double type on AIX 6.1 and above has reverted to 64-bit
   double precision, matching the AIX XL compiler default, because of
   missing C99 symbols required by the GCC runtime.
 The default processor scheduling model and tuning for PowerPC64

---

Summary of changes:
 htdocs/gcc-4.6/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 8d8905c36f17aac7a6af5926009fa7688bf03b6d

2024-05-17 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  8d8905c36f17aac7a6af5926009fa7688bf03b6d (commit)
  from  b55eb49edaf67eb671102a3ed8069cb9c9a3d108 (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 8d8905c36f17aac7a6af5926009fa7688bf03b6d
Author: Gerald Pfeifer 
Date:   Fri May 17 23:26:59 2024 +0200

gcc-12: Fix typo

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 8a0347e3..0cfa12eb 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -903,7 +903,7 @@ function Multiply (S1, S2 : Sign) return Sign is
 announcement
 New ISA extension support for zba, zbb, zbc, zbs was added.
 New ISA extension support for vector and scalar crypto was added, only
-   support architecture testing marco and -march= 
parsing.
+   support architecture testing macro and -march= 
parsing.
 The option -mtune=thead-c906 is added to tune for T-HEAD
c906 cores.
 libstdc++ no longer attempts to detect built-in atomics.

---

Summary of changes:
 htdocs/gcc-12/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. de51d0fe7b7f29ce6037224f33a3d82281aac88e

2024-05-13 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  de51d0fe7b7f29ce6037224f33a3d82281aac88e (commit)
  from  9bf29b467ec2e5a40a2caa2dfba936be8ffa99b3 (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 de51d0fe7b7f29ce6037224f33a3d82281aac88e
Author: Gerald Pfeifer 
Date:   Mon May 13 22:33:17 2024 +0100

cxx-dr-status: Replace  by 

diff --git a/htdocs/projects/cxx-dr-status.html 
b/htdocs/projects/cxx-dr-status.html
index c70cdf21..e29d2407 100644
--- a/htdocs/projects/cxx-dr-status.html
+++ b/htdocs/projects/cxx-dr-status.html
@@ -19929,7 +19929,7 @@
 
   https://wg21.link/cwg2842;>2842
   open
-  Preferring an initializer_list over a single value
+  Preferring an initializer_list over a single value
   -
   
 
@@ -20062,7 +20062,7 @@
 
   https://wg21.link/cwg2861;>2861
   review
-  dynamic_cast on bad pointer value
+  dynamic_cast on bad pointer value
   ?
   
 
@@ -20097,7 +20097,7 @@
 
   https://wg21.link/cwg2866;>2866
   open
-  Observing the effects of [[no_unique_address]]
+  Observing the effects of [[no_unique_address]]
   -
   
 
@@ -20118,7 +20118,7 @@
 
   https://wg21.link/cwg2869;>2869
   open
-  this in local classes
+  this in local classes
   -
   
 
@@ -20167,7 +20167,7 @@
 
   https://wg21.link/cwg2876;>2876
   open
-  Disambiguation of T x = delete("text")
+  Disambiguation of T x = delete("text")
   -
   
 
@@ -20188,7 +20188,7 @@
 
   https://wg21.link/cwg2879;>2879
   open
-  Undesired outcomes with const_cast
+  Undesired outcomes with const_cast
   -
   
 

---

Summary of changes:
 htdocs/projects/cxx-dr-status.html | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 40cca6168d9bb98450b213de6126b536d244f490

2024-05-09 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  40cca6168d9bb98450b213de6126b536d244f490 (commit)
  from  b0f7297602476b09073d13d12782d817a0115367 (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 40cca6168d9bb98450b213de6126b536d244f490
Author: Gerald Pfeifer 
Date:   Thu May 9 08:23:46 2024 +0200

gcc-9: Various editorial changes

diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index 89c20985..47d2f2a2 100644
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -221,7 +221,7 @@ v.c:10:7: missed: statement clobbers memory: __asm__ 
__volatile__( :
   
   Inter-procedural propagation of stack alignment can now be controlled by
   https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Optimize-Options.html#index-fipa-stack-alignment;>-fipa-stack-alignment.
-  Propagation of addressability, readonly and writeonly flags on
+  Propagation of addressability, readonly, and writeonly flags on
   static variables can now be controlled by
   https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Optimize-Options.html#index-fipa-reference-addressable;>-fipa-reference-addressable.
 
@@ -277,8 +277,8 @@ foo (int how)
   
 Inter-procedural optimization improvements:
   
-   Inliner defaults was tuned to better suits modern C++ codebases
-   especially when built with link time optimizations.
+   Inliner defaults were tuned to better suit modern C++ codebases,
+   especially when built with link time-optimizations.
New parameters max-inline-insns-small,
max-inline-insns-size,
uninlined-function-insns,
@@ -295,27 +295,27 @@ foo (int how)
https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Optimize-Options.html#index-floop-interchange;>-floop-interchange,
https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Optimize-Options.html#index-floop-unroll-and-jam;>-floop-unroll-and-jam,
https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Optimize-Options.html#index-ftree-loop-distribution;>-ftree-loop-distribution.
-Streaming of counter histograms was removed.  This reduces
-   the size of profile files.  Histogram is computed on the fly
-   with link-time optimization.
-Parameter hot-bb-count-ws-permille was reduced
+Streaming of counter histograms was removed, which reduces
+   the size of profile files. Histograms are computed on the fly
+   with link-time optimization.
+The parameter hot-bb-count-ws-permille was reduced
 from 999 to 990 to account for more precise histograms.
   
 Link-time optimization improvements:
   
-Types are now simplified prior streaming resulting in significant
-   reductions of the LTO object files, link-time memory use, and
-   improvements of link-time parallelism.
-Default number of partitions (--param lto-partitions) was
+Types are now simplified prior to streaming resulting in significant
+   reductions of LTO object file sizes and link-time memory use as well
+   as improvements of link-time parallelism.
+The default number of partitions (--param lto-partitions) 
was
increased from 32 to 128 enabling effective use of CPUs with more than
32 hyperthreads. --param lto-max-streaming-parallelism
-   can now be used to control number of streaming processes.
+   can now be used to control the number of streaming processes.
 Warnings on C++ One Decl Rule violations (-Wodr) are
now more informative and produce fewer redundant results.
   
   Overall compile time of Firefox 66 and LibreOffice 6.2.3 on an 8-core
   machine was reduced by about 5% compared to GCC 8.3, and the size of
-  LTO object files by 7%.  LTO link-time improves by 11% on an 8-core
+  LTO object files by 7%.  LTO link time improves by 11% on an 8-core
   machine and scales significantly better for more parallel build
   environments.  The serial stage of
   the link-time optimization is 28% faster consuming 20% less memory.
@@ -1039,7 +1039,7 @@ $ g++ typo.cc
 which provide the __fentry__ symbol and do not
 clobber r0 when resolving lazily bound functions.
 
--mfentry is only supported when generating 64 bit
+-mfentry is only supported when generating 64-bit
 code and does not work with nested C functions.
 
   The -mnop-mcount option can be used to emit NOP

---

Summary of changes:
 htdocs/gcc-9/changes.html | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. b0f7297602476b09073d13d12782d817a0115367

2024-05-09 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  b0f7297602476b09073d13d12782d817a0115367 (commit)
  from  10f71cf2e68da0589c15d52adf1177feb959861b (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 b0f7297602476b09073d13d12782d817a0115367
Author: Gerald Pfeifer 
Date:   Thu May 9 08:16:57 2024 +0200

gcc-11: Use 64-bit instead of 64 bit

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index a00637c6..b4ecf3c0 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -1001,8 +1001,8 @@ You may also want to check out our
 
 AIX
 
-  GCC for AIX can be built as a 64 bit application and the runtime
-is built as FAT libraries containing both 32 bit and 64 bit objects.
+  GCC for AIX can be built as a 64-bit application and the runtime
+is built as FAT libraries containing both 32-bit and 64-bit objects.
   Support AIX Vector Extended ABI with -mabi=vec-extabi.
   Thread-Local uninitiated data placed in local common section.
   Use thread-safe access in ctype.

---

Summary of changes:
 htdocs/gcc-11/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 10f71cf2e68da0589c15d52adf1177feb959861b

2024-05-08 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  10f71cf2e68da0589c15d52adf1177feb959861b (commit)
  from  dbdd66a53d9159a70b5c92d81cc62552aba129ad (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 10f71cf2e68da0589c15d52adf1177feb959861b
Author: Gerald Pfeifer 
Date:   Wed May 8 15:21:51 2024 +0200

gcc-12: 512-bit instead of 512 bit

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index b4e29d72..8a0347e3 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -1149,7 +1149,7 @@ are not listed here).
 
   GCC now supports AMD CPUs based on the znver4 core
 via -march=znver4.  The switch makes GCC consider
-using 512 bit vectors when auto-vectorizing.
+using 512-bit vectors when auto-vectorizing.
   
 
 

---

Summary of changes:
 htdocs/gcc-12/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. dbdd66a53d9159a70b5c92d81cc62552aba129ad

2024-05-08 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  dbdd66a53d9159a70b5c92d81cc62552aba129ad (commit)
  from  506a866eae7f722c532bdcd513da6b8134be4091 (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 dbdd66a53d9159a70b5c92d81cc62552aba129ad
Author: Gerald Pfeifer 
Date:   Wed May 8 15:16:45 2024 +0200

gcc-13: 512-bit instead of 512 bit

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 15a309d6..e324b782 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -609,7 +609,7 @@ You may also want to check out our
   
   GCC now supports AMD CPUs based on the znver4 core
 via -march=znver4.  The switch makes GCC consider
-using 512 bit vectors when auto-vectorizing.
+using 512-bit vectors when auto-vectorizing.
   
 
 

---

Summary of changes:
 htdocs/gcc-13/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. b018ddd6e4b85c37ea3129b567c1f67717a40132

2024-05-05 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  b018ddd6e4b85c37ea3129b567c1f67717a40132 (commit)
  from  081ae01843bf8ed25ab7135123ab21d817db8fa9 (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 b018ddd6e4b85c37ea3129b567c1f67717a40132
Author: Gerald Pfeifer 
Date:   Sun May 5 23:35:48 2024 +0200

gcc-14/porting_to: Improve markup.

diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html
index 13772080..db27f122 100644
--- a/htdocs/gcc-14/porting_to.html
+++ b/htdocs/gcc-14/porting_to.html
@@ -516,18 +516,17 @@ be included explicitly when compiling with GCC 14:
 
 Pragma GCC target now affects preprocessor symbols
 
-
-The behavior of pragma GCC target and specifically how it affects ISA
-macros has changed in GCC 14.  In GCC 13 and older, the GCC
+The behavior of pragma GCC target and specifically how
+it affects ISA macros has changed in GCC 14. Before the GCC
 target pragma defined and undefined corresponding ISA macros in
 C when using the integrated preprocessor during compilation but not
 when the preprocessor was invoked as a separate step or when using
 the -save-temps option.  In C++ the ISA macro definitions
-were performed in a way which did not have any actual effect.
+were performed in a way which did not have any actual effect.
 
-In GCC 14 C++ behaves like C with integrated preprocessing in earlier
+In GCC 14 C++ behaves like C with integrated preprocessing in earlier
 versions. Moreover, in both languages ISA macros are defined and
-undefined as expected when preprocessing separately from compilation.
+undefined as expected when preprocessing separately from compilation.
 
 
 This can lead to different behavior, especially in C++.  For example,
@@ -552,9 +551,8 @@ incorrect instruction set by GCC 14.
   which was not intended. */
 
 
-
-The fix in this case is to remember whether pop_options
-needs to be performed in a new user-defined macro.
+The fix in this case is to remember whether pop_options 
+needs to be performed in a new user-defined macro.
 
 
 

---

Summary of changes:
 htdocs/gcc-14/porting_to.html | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 081ae01843bf8ed25ab7135123ab21d817db8fa9

2024-05-03 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  081ae01843bf8ed25ab7135123ab21d817db8fa9 (commit)
  from  ced576434ed310d0afee01d88d0c56f78b4d04c5 (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 081ae01843bf8ed25ab7135123ab21d817db8fa9
Author: Gerald Pfeifer 
Date:   Sat May 4 01:29:35 2024 +0200

gcc-14: Close  as such, not 

diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html
index a20d82c2..13772080 100644
--- a/htdocs/gcc-14/porting_to.html
+++ b/htdocs/gcc-14/porting_to.html
@@ -514,7 +514,7 @@ be included explicitly when compiling with GCC 14:
 
 
 
-Pragma GCC target now affects preprocessor symbols
+Pragma GCC target now affects preprocessor symbols
 
 
 The behavior of pragma GCC target and specifically how it affects ISA

---

Summary of changes:
 htdocs/gcc-14/porting_to.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 45268b51ac5fc2833179f3d949765f7de050f259

2024-03-23 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  45268b51ac5fc2833179f3d949765f7de050f259 (commit)
  from  e3cb19380191f624956a2dd5fd06538cca2eb2d4 (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 45268b51ac5fc2833179f3d949765f7de050f259
Author: Gerald Pfeifer 
Date:   Sat Mar 23 23:06:34 2024 +0100

readings: Move shared-ptr.com to https

diff --git a/htdocs/readings.html b/htdocs/readings.html
index e4e68909..ee77d969 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -283,7 +283,7 @@ names.
   Manufacturer: Renesas, various licensees.
   CPUs include: SH1, SH2, SH2-DSP, SH3, SH3-DSP, SH4, SH4A, SH5 series.
   https://www.renesas.com/us/en/products/microcontrollers-microprocessors/other-mcus-mpus/superh-risc-engine-family-mcus;>Renesas
 SuperH Processors
-  http://shared-ptr.com/sh_insns.html;>SuperH Instruction Set 
Summary
+  https://shared-ptr.com/sh_insns.html;>SuperH Instruction Set 
Summary
   GDB includes a simulator.
  
  

---

Summary of changes:
 htdocs/readings.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. e3cb19380191f624956a2dd5fd06538cca2eb2d4

2024-03-23 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
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  e3cb19380191f624956a2dd5fd06538cca2eb2d4 (commit)
  from  f9f15f6d3688894d2771d8380f1477e38050b3e1 (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 e3cb19380191f624956a2dd5fd06538cca2eb2d4
Author: Gerald Pfeifer 
Date:   Sat Mar 23 23:03:07 2024 +0100

index: Avoid redirect for FOSDEM 2024 link

diff --git a/htdocs/index.html b/htdocs/index.html
index 90f2a838..909cae75 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -55,7 +55,7 @@ mission statement.
 News
 
 
-https://inbox.sourceware.org/gcc/36fadb0549c3dca716eb3b923d66a11be2c67a61.ca...@redhat.com;>GCC
 developer room at FOSDEM 2024: Call for Participation open
+https://inbox.sourceware.org/gcc/36fadb0549c3dca716eb3b923d66a11be2c67a61.ca...@redhat.com/;>GCC
 developer room at FOSDEM 2024: Call for Participation open
 [2023-11-20]
 FOSDEM 2024: Brussels, Belgium, February 3-4 2024
 

---

Summary of changes:
 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs