From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88972 invoked by alias); 3 Sep 2017 20:03:37 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 88959 invoked by uid 89); 3 Sep 2017 20:03:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-16.1 required=5.0 tests=BAYES_00,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=accelerated, acc, Application, slash X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 03 Sep 2017 20:03:31 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id BA50A3F6A7 for ; Sun, 3 Sep 2017 16:03:26 -0400 (EDT) Received: from anthias (vie-188-118-244-226.dsl.sil.at [188.118.244.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 0CA6C3F608 for ; Sun, 3 Sep 2017 16:03:25 -0400 (EDT) Date: Sun, 03 Sep 2017 20:03:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [doc] Adjust www.openacc.org references Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00127.txt.bz2 I found this patch which I've had in my tree since June; openacc.org moved to https (plus we don't need the trailing slash). Applied, and I'll probably push back to the GCC 7 branch at least. Gerald 2017-09-03 Gerald Pfeifer * doc/generic.texi (OpenACC): Adjust URL. * doc/invoke.texi (C Dialect Options): Ditto. Index: doc/generic.texi =================================================================== --- doc/generic.texi (revision 251624) +++ doc/generic.texi (working copy) @@ -2251,7 +2251,7 @@ @tindex OACC_UPDATE All the statements starting with @code{OACC_} represent directives and -clauses used by the OpenACC API @w{@uref{http://www.openacc.org/}}. +clauses used by the OpenACC API @w{@uref{https://www.openacc.org}}. @table @code @item OACC_CACHE Index: doc/invoke.texi =================================================================== --- doc/invoke.texi (revision 251624) +++ doc/invoke.texi (working copy) @@ -2039,7 +2039,7 @@ Enable handling of OpenACC directives @code{#pragma acc} in C/C++ and @code{!$acc} in Fortran. When @option{-fopenacc} is specified, the compiler generates accelerated code according to the OpenACC Application -Programming Interface v2.0 @w{@uref{http://www.openacc.org/}}. This option +Programming Interface v2.0 @w{@uref{https://www.openacc.org}}. This option implies @option{-pthread}, and thus is only supported on targets that have support for @option{-pthread}.