Pushed. Jonathan, I found two more references to valgrind.com without https (which lead to a redirect) at http://gcc.gnu.org/onlinedocs/libstdc++/manual/debug.html http://valgrind.org/docs/manual/drd-manual.html http://valgrind.org/docs/manual/hg-manual.html
Would you mind having a look, perhaps? That would be lovely, thanks. Gerald gcc/ChangeLog: * doc/install.texi (Configuration): Switch valgrind.com to https. --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e1ca876d729..5330bf3bb29 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1887,7 +1887,7 @@ checking with extra checks that might affect code generation and should therefore not differ between stage1 and later stages in bootstrap. The @samp{valgrind} check requires the external @command{valgrind} simulator, -available from @uref{http://valgrind.org/}. The @samp{rtl} checks are +available from @uref{https://valgrind.org}. The @samp{rtl} checks are expensive and the @samp{df}, @samp{gcac} and @samp{valgrind} checks are very expensive. -- 2.28.0