From patchwork Wed Jun 18 20:58:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 361755 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0855E14008B for ; Thu, 19 Jun 2014 06:59:08 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=OQWW7ImMxZShhmC3Nr53JAFX07/JDNebv4x8kPScZ3ZLQ4 ZBO/JKJjSEQ2K7ld6cB5VoZCu1qhgeHtXhPXoH7+5bhs0dUceEDkxihOtKh03DLO uwkogyfSSM79K0X0OlT8yFZv+G/5yvgRLpdelm/7YKvKKMQmp6m4iJqE3BrVw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=xp4iYx/6+1xsmNilahT886Ep8Rs=; b=npjZv3WLZ1hFXhOT9gJR 2fpTa3jbV/JxTVrHj9pF7t9W8eJ+zHP4uk/t+M1hNFfsdzbL+ro2qg6Ntrry92SL 99jD+wOKXc1j/opaIly0bgc4+xk4AkglHIlJc0BVamlVxT+QVmxR5WI+V8Xgx8Ol 7sIlq7WoiPRwk4LpZDy7hJo= Received: (qmail 6120 invoked by alias); 18 Jun 2014 20:59:01 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 6098 invoked by uid 89); 18 Jun 2014 20:59:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx01.qsc.de Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 18 Jun 2014 20:58:59 +0000 Received: from tux.net-b.de (port-92-194-168-45.dynamic.qsc.de [92.194.168.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPSA id D4B563DCA1; Wed, 18 Jun 2014 22:58:55 +0200 (CEST) Message-ID: <53A1FD8F.8000505@net-b.de> Date: Wed, 18 Jun 2014 22:58:55 +0200 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: gcc-patches , gfortran , Jakub Jelinek Subject: [Fortran, Patch, committed] Update {gfortran, intrinsic}.texi refs to OpenMP 4 Committed as obvious as Rev. 211806. Tobias Index: gcc/fortran/ChangeLog =================================================================== --- gcc/fortran/ChangeLog (Revision 211805) +++ gcc/fortran/ChangeLog (Arbeitskopie) @@ -1,3 +1,8 @@ +2014-06-18 Tobias Burnus + + * gfortran.texi (OpenMP): Update refs to OpenMP 4.0. + * intrinsic.texi (OpenMP Modules): Ditto. + 2014-06-18 Jakub Jelinek * cpp.c (cpp_define_builtins): Change _OPENMP macro to Index: gcc/fortran/gfortran.texi =================================================================== --- gcc/fortran/gfortran.texi (Revision 211805) +++ gcc/fortran/gfortran.texi (Arbeitskopie) @@ -531,7 +531,7 @@ The current status of the support is can be found @ref{TS 29113 status} sections of the documentation. Additionally, the GNU Fortran compilers supports the OpenMP specification -(version 3.1, @url{http://openmp.org/@/wp/@/openmp-specifications/}). +(version 4.0, @url{http://openmp.org/@/wp/@/openmp-specifications/}). @node Varying Length Character Strings @subsection Varying Length Character Strings @@ -1884,8 +1884,8 @@ It consists of a set of compiler directives, libra and environment variables that influence run-time behavior. GNU Fortran strives to be compatible to the -@uref{http://www.openmp.org/mp-documents/spec31.pdf, -OpenMP Application Program Interface v3.1}. +@uref{http://openmp.org/wp/openmp-specifications/, +OpenMP Application Program Interface v4.0}. To enable the processing of the OpenMP directive @code{!$omp} in free-form source code; the @code{c$omp}, @code{*$omp} and @code{!$omp} Index: gcc/fortran/intrinsic.texi =================================================================== --- gcc/fortran/intrinsic.texi (Revision 211805) +++ gcc/fortran/intrinsic.texi (Arbeitskopie) @@ -13399,8 +13399,7 @@ named constants: @code{OMP_LIB} provides the scalar default-integer named constant @code{openmp_version} with a value of the form @var{yyyymm}, where @code{yyyy} is the year and @var{mm} the month -of the OpenMP version; for OpenMP v3.1 the value is @code{201107} -and for OpenMP v4.0 the value is @code{201307}. +of the OpenMP version; for OpenMP v4.0 the value is @code{201307}. The following scalar integer named constants of the kind @code{omp_sched_kind}: