gcc-wwwdocs branch master updated. 41f76e187b88427092ae91416b48275d4f839827

2024-08-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  41f76e187b88427092ae91416b48275d4f839827 (commit)
  from  ce2daac901106263eb466de478ff0a11cb06529f (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 41f76e187b88427092ae91416b48275d4f839827
Author: Gerald Pfeifer 
Date:   Mon Aug 5 20:28:05 2024 +0200

news: Adjust link to 2015 ACM Software System Award

diff --git a/htdocs/news.html b/htdocs/news.html
index 6fac4ea5..bb04a682 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -196,7 +196,7 @@
 [2016-06-03]
 
 
-http://awards.acm.org/about/2015-technical-awards";>2015 ACM 
Software System Award
+https://awards.acm.org/about/2015-technical-awards";>2015 
ACM Software System Award
 [2016-04-29]
 
 

---

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


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 12aa38156f7a63260c67a9fe9a1f5c02708c13f0

2024-08-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  12aa38156f7a63260c67a9fe9a1f5c02708c13f0 (commit)
  from  41f76e187b88427092ae91416b48275d4f839827 (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 12aa38156f7a63260c67a9fe9a1f5c02708c13f0
Author: Gerald Pfeifer 
Date:   Mon Aug 5 20:33:10 2024 +0200

bugs: Remove old "export" non-bug

We have been carrying this note on the original C++ export feature
for ages, and it's not actually a FAQ, if it ever was. In fact, it
got moved down when a note on ADL was added last fall. So, remove it.

diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index 40355911..7f2f485c 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -622,17 +622,6 @@ and the scope operator, or compile using C++11 or later. 
Defect report 1104
 changed the parser rules so that <:: works as expected.
 
 
-export
-Most C++ compilers (G++ included) never implemented C++98
-export, which was removed in C++11, and the keyword reused in
-C++20 by the Modules feature. The C++98 feature was intended to support
-separate compilation of template declarations and
-definitions. Without export, a template definition must be in
-scope to be used. The obvious workaround is simply to place all definitions in
-the header itself. Alternatively, the compilation unit containing template
-definitions may be included from the header.
-
-
 Common problems when upgrading the compiler
 
 ABI changes

---

Summary of changes:
 htdocs/bugs/index.html | 11 ---
 1 file changed, 11 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. e894bc4643a5d0f807eb78959ee6f9014b9fa2d4

2024-08-05 Thread Marek Polacek 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  e894bc4643a5d0f807eb78959ee6f9014b9fa2d4 (commit)
  from  12aa38156f7a63260c67a9fe9a1f5c02708c13f0 (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 e894bc4643a5d0f807eb78959ee6f9014b9fa2d4
Author: Marek Polacek 
Date:   Mon Aug 5 14:55:23 2024 -0400

cxx-dr-status: Update DR1206

diff --git a/htdocs/projects/cxx-dr-status.html 
b/htdocs/projects/cxx-dr-status.html
index 1136a936..8b6dc1e9 100644
--- a/htdocs/projects/cxx-dr-status.html
+++ b/htdocs/projects/cxx-dr-status.html
@@ -8470,8 +8470,8 @@
   https://wg21.link/cwg1206";>1206
   C++11
   Defining opaque enumeration members of class templates
-  ?
-  
+  No
+  https://gcc.gnu.org/PR116233";>PR116233
 
 
   https://wg21.link/cwg1207";>1207
@@ -20196,7 +20196,7 @@
 
   This page is currently maintained by mailto:pola...@redhat.com";>pola...@redhat.com.
   Last update:
-Fri Aug  2 10:15:38 AM EDT 2024
+Mon Aug  5 02:55:08 PM EDT 2024
   
 
 

---

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


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. ec712ec80bf7b425cc1365b9b844c2843d9cb1f8

2024-08-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  ec712ec80bf7b425cc1365b9b844c2843d9cb1f8 (commit)
  from  e894bc4643a5d0f807eb78959ee6f9014b9fa2d4 (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 ec712ec80bf7b425cc1365b9b844c2843d9cb1f8
Author: Gerald Pfeifer 
Date:   Mon Aug 5 21:15:07 2024 +0200

news: Switch MMIX links to https

diff --git a/htdocs/news.html b/htdocs/news.html
index bb04a682..a8850dd4 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -1228,7 +1228,7 @@ GCC 3.0.3 has been released.
 November 3, 2001
 
 Hans-Peter Nilsson has contributed a port to http://www-cs-faculty.stanford.edu/~knuth/mmix.html";>MMIX, the
+href="https://www-cs-faculty.stanford.edu/~knuth/mmix.html";>MMIX, the
 CPU architecture used in new editions of Donald E. Knuth's The Art of
 Computer Programming.
 

---

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


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. ed98ede099c0f3519af19a5dba486cb2f1caffb1

2024-08-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  ed98ede099c0f3519af19a5dba486cb2f1caffb1 (commit)
  from  ec712ec80bf7b425cc1365b9b844c2843d9cb1f8 (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 ed98ede099c0f3519af19a5dba486cb2f1caffb1
Author: Gerald Pfeifer 
Date:   Mon Aug 5 21:17:18 2024 +0200

gcc-3.4: Switch GNU Classpath link to https

diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html
index 76b4ce87..64042080 100644
--- a/htdocs/gcc-3.4/changes.html
+++ b/htdocs/gcc-3.4/changes.html
@@ -735,7 +735,7 @@ and not your code, that is broken.
   lets URLClassLoader load code from shared
   libraries.
 libgcj has been much more completely merged with http://www.gnu.org/software/classpath/";>GNU Classpath.
+  href="https://www.gnu.org/software/classpath/";>GNU Classpath.
 Class loading is now much more correct; in particular the
   caller's class loader is now used when that is required.
 https://www.eclipse.org";>Eclipse 2.x will run

---

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


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 9d10fbb0ba688fa4e2c7736e8b84b0cd88276768

2024-08-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  9d10fbb0ba688fa4e2c7736e8b84b0cd88276768 (commit)
  from  ed98ede099c0f3519af19a5dba486cb2f1caffb1 (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 9d10fbb0ba688fa4e2c7736e8b84b0cd88276768
Author: Gerald Pfeifer 
Date:   Mon Aug 5 21:43:21 2024 +0200

bugs: Fix markup.

diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index 7f2f485c..c7d2f310 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -547,6 +547,7 @@ for details.
 C++
 
 
+
 Functions can be called without qualifying them with their namespace.
 
 
@@ -622,6 +623,8 @@ and the scope operator, or compile using C++11 or later. 
Defect report 1104
 changed the parser rules so that <:: works as expected.
 
 
+
+
 Common problems when upgrading the compiler
 
 ABI changes

---

Summary of changes:
 htdocs/bugs/index.html | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs