public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: jb@gcc.gnu.org
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 53f7b84d1c098cdda49e545b32ae050a04ca86c9
Date: Thu, 09 Jan 2020 10:03:00 -0000	[thread overview]
Message-ID: <20200109100303.67709.qmail@sourceware.org> (raw)

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  53f7b84d1c098cdda49e545b32ae050a04ca86c9 (commit)
      from  1b74c08c492127aea739725fb288092ff33331a8 (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 53f7b84d1c098cdda49e545b32ae050a04ca86c9
Author: Janne Blomqvist <blomqvist.janne@gmail.com>
Date:   Thu Jan 9 12:02:41 2020 +0200

    Change a few gcc.gnu.org links from ftp:// to https://

diff --git a/htdocs/news/sms.html b/htdocs/news/sms.html
index e0ecf51..d658464 100644
--- a/htdocs/news/sms.html
+++ b/htdocs/news/sms.html
@@ -31,7 +31,7 @@ on the articles:</p>
 traditional scheduler (in GCC) that does not give a special
 handling for loops. For more information on the theory behind
 SMS take a look at the <a href=
-"ftp://gcc.gnu.org/pub/gcc/summit/2004/Swing%20Modulo%20Scheduling.pdf">
+"https://gcc.gnu.org/pub/gcc/summit/2004/Swing%20Modulo%20Scheduling.pdf">
 2004 GCC summit proceedings (page 55)</a>.
 This optimization helps in loops where there is a place to
 run consecutive iterations concurrently but the traditional
diff --git a/htdocs/projects/cfo.html b/htdocs/projects/cfo.html
index 7bf2b4f..4ec8c82 100644
--- a/htdocs/projects/cfo.html
+++ b/htdocs/projects/cfo.html
@@ -145,7 +145,7 @@ C code example:<br />
 This project holds both types for future investigations. </p>
 
 <p>For more information about code factoring see the article in the
-<a href="ftp://gcc.gnu.org/pub/gcc/summit/2004/Code%20Factoring.pdf">
+<a href="https://gcc.gnu.org/pub/gcc/summit/2004/Code%20Factoring.pdf">
 GCC Summit Proceedings (2004)</a>.</p>
 
 <h2 id="features">Features</h2>
diff --git a/htdocs/projects/tree-ssa/index.html b/htdocs/projects/tree-ssa/index.html
index 884b57c..0b2e01d 100644
--- a/htdocs/projects/tree-ssa/index.html
+++ b/htdocs/projects/tree-ssa/index.html
@@ -67,7 +67,7 @@ href="#cytron.ea-91">1</a>].  The implementation currently lives in the
 <h3 id="documentation">Documentation</h3>
 
 <p>A high-level overview of GENERIC/GIMPLE and the SSA implementation may
-be found in the <a href="ftp://gcc.gnu.org/pub/gcc/summit/2003/">Proceedings
+be found in the <a href="https://gcc.gnu.org/pub/gcc/summit/2003/">Proceedings
 of the 2003 GCC Developers Summit</a> (pages 171-193).</p>
 
 <p>Internal design documentation is also available in the texinfo
diff --git a/htdocs/projects/tree-ssa/vectorization.html b/htdocs/projects/tree-ssa/vectorization.html
index f7f551a..22d136c 100644
--- a/htdocs/projects/tree-ssa/vectorization.html
+++ b/htdocs/projects/tree-ssa/vectorization.html
@@ -1562,7 +1562,7 @@ while (*p != NULL) {
         
         <li>"Loop-Aware SLP in GCC", Ira Rosen, Dorit Nuzman
         and Ayal Zaks, GCC summit, July 2007.
-	<a href="ftp://gcc.gnu.org/pub/gcc/summit/2006-GCC-Summit-Proceedings.pdf">GCC Summit 2007 Proceedings</a></li>
+	<a href="https://gcc.gnu.org/pub/gcc/summit/2006-GCC-Summit-Proceedings.pdf">GCC Summit 2007 Proceedings</a></li>
 
         <li>"Autovectorization in GCC - two years later", Dorit Nuzman and Ayal Zaks, 
         GCC summit, June 2006.
@@ -1580,8 +1580,8 @@ while (*p != NULL) {
 	Manhattan, New York.</li>
 
         <li>"Autovectorization in GCC", Dorit Naishlos, GCC summit, June 2004.
-        <a href="ftp://gcc.gnu.org/pub/gcc/summit/2004/Autovectorization.pdf">
-        ftp://gcc.gnu.org/pub/gcc/summit/2004/Autovectorization.pdf</a></li>
+        <a href="https://gcc.gnu.org/pub/gcc/summit/2004/Autovectorization.pdf">
+        https://gcc.gnu.org/pub/gcc/summit/2004/Autovectorization.pdf</a></li>
 
         <li>"The Software Vectorization Handbook. Applying Multimedia
         Extensions for Maximum Performance.", Aart Bik, Intel Press,

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

Summary of changes:
 htdocs/news/sms.html                        |    2 +-
 htdocs/projects/cfo.html                    |    2 +-
 htdocs/projects/tree-ssa/index.html         |    2 +-
 htdocs/projects/tree-ssa/vectorization.html |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


                 reply	other threads:[~2020-01-09 10:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200109100303.67709.qmail@sourceware.org \
    --to=jb@gcc.gnu.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).