public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 45299e9e5472d821ca0e22c9030f55748386e117
@ 2023-01-21 17:32 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2023-01-21 17:32 UTC (permalink / raw)
  To: 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  45299e9e5472d821ca0e22c9030f55748386e117 (commit)
      from  4870f3b830054aba7f434bd34ad5928e46b330ef (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 45299e9e5472d821ca0e22c9030f55748386e117
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sat Jan 21 18:32:32 2023 +0100

    gcc-5: Adjust www.open-std.org links to https

diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index f6742fb0..893e35de 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -417,7 +417,7 @@ void operator delete[] (void *, std::size_t) noexcept;</pre></blockquote>
       These warnings can be used at compile time, but they are more
       useful in combination with link-time optimization.</li>
 <li>G++ no longer supports
-  <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a>
+  <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a>
   variable length arrays, as they were removed from the C++14 working paper
   prior to ratification.  GNU VLAs are still supported, so VLA support is
   now the same in C++14 mode as in C++98 and C++11 modes.</li>
diff --git a/htdocs/gcc-5/porting_to.html b/htdocs/gcc-5/porting_to.html
index b8942aa8..f2a831c4 100644
--- a/htdocs/gcc-5/porting_to.html
+++ b/htdocs/gcc-5/porting_to.html
@@ -380,7 +380,7 @@ For instance:</p>
 
 <p>Converting <code>std::nullptr_t</code> to <code>bool</code> in C++11
 mode now requires direct-initialization.  This has been changed in
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1423">DR 1423</a>.</p>
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1423">DR 1423</a>.</p>
 
 <p>As a consequence, the following is invalid:</p>
 
@@ -400,7 +400,7 @@ converting <code>nullptr</code> to <code>bool</code>.
 <h3 id="dr1579">Return by converting move constructor</h3>
 
 <p>GCC 5 implements
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1579">DR 1579</a>
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1579">DR 1579</a>
 which means that when compiling a function like:</p>
 
 <pre><code>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-5/changes.html    | 2 +-
 htdocs/gcc-5/porting_to.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-21 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21 17:32 gcc-wwwdocs branch master updated. 45299e9e5472d821ca0e22c9030f55748386e117 Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).