From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61385 invoked by alias); 10 Jun 2017 09:13:11 -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 61369 invoked by uid 89); 10 Jun 2017 09:13:10 -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= 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; Sat, 10 Jun 2017 09:13:09 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id E7EA13F632 for ; Sat, 10 Jun 2017 05:13:11 -0400 (EDT) Received: from anthias (vie-188-118-248-216.dsl.sil.at [188.118.248.216]) (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 51D193F611 for ; Sat, 10 Jun 2017 05:13:10 -0400 (EDT) Date: Sat, 10 Jun 2017 09:13:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [doc] www.openacc.org switched to https Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00703.txt.bz2 2017-06-10 Gerald Pfeifer * doc/generic.texi (OpenACC): Adjust URL. * doc/invoke.texi (C Dialect Options): Ditto. Applied. Gerald Index: doc/generic.texi =================================================================== --- doc/generic.texi (revision 249091) +++ 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 249091) +++ doc/invoke.texi (working copy) @@ -2036,7 +2036,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}.