From patchwork Mon Mar 7 17:01:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 85766 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]) by ozlabs.org (Postfix) with SMTP id 7DB9AB70ED for ; Tue, 8 Mar 2011 04:01:47 +1100 (EST) Received: (qmail 6038 invoked by alias); 7 Mar 2011 17:01:46 -0000 Received: (qmail 6030 invoked by uid 22791); 7 Mar 2011 17:01:45 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Mar 2011 17:01:40 +0000 Received: from [192.168.178.22] (port-92-204-35-5.dynamic.qsc.de [92.204.35.5]) by mx02.qsc.de (Postfix) with ESMTP id 90BD81E0EE; Mon, 7 Mar 2011 18:01:37 +0100 (CET) Message-ID: <4D750F70.8010701@net-b.de> Date: Mon, 07 Mar 2011 18:01:36 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: gcc patches Subject: [GOMP 3.1] Update gcc/fortran/{gfortran, intrinsic}.texi for OpenMP 3.1 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 The attached patch removes the deleted constants omp_integer_kind and omp_logical_kind from the manual and updates the references to the OpenMP 3.1 spec. Committed to the gomp-3_1-branch as Rev. 170742. Tobias 2011-03-07 Tobias Burnus * gfortran.texi (OpenMP): Update ref to OpenMP 3.1. * intrinsic.texi (OpenMP Modules): Update ref to OpenMP 3.1; remove deleted omp_integer_kind and omp_logical_kind constants. Index: gcc/fortran/gfortran.texi =================================================================== --- gcc/fortran/gfortran.texi (Revision 170739) +++ gcc/fortran/gfortran.texi (Arbeitskopie) @@ -530,7 +530,7 @@ @ref{Fortran 2008 status} sections of the documentation. Additionally, the GNU Fortran compilers supports the OpenMP specification -(version 3.0, @url{http://openmp.org/@/wp/@/openmp-specifications/}). +(version 3.1, @url{http://openmp.org/@/wp/@/openmp-specifications/}). @node Varying Length Character Strings @subsection Varying Length Character Strings @@ -1752,8 +1752,8 @@ and environment variables that influence run-time behavior. GNU Fortran strives to be compatible to the -@uref{http://www.openmp.org/mp-documents/spec30.pdf, -OpenMP Application Program Interface v3.0}. +@uref{http://www.openmp.org/mp-documents/spec31.pdf, +OpenMP Application Program Interface v3.1}. 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 170739) +++ gcc/fortran/intrinsic.texi (Arbeitskopie) @@ -12908,7 +12908,7 @@ @section OpenMP Modules @code{OMP_LIB} and @code{OMP_LIB_KINDS} @table @asis @item @emph{Standard}: -OpenMP Application Program Interface v3.0 +OpenMP Application Program Interface v3.1 @end table @@ -12921,15 +12921,13 @@ below. For details refer to the actual -@uref{http://www.openmp.org/mp-documents/spec30.pdf, -OpenMP Application Program Interface v3.0}. +@uref{http://www.openmp.org/mp-documents/spec31.pdf, +OpenMP Application Program Interface v3.1}. @code{OMP_LIB_KINDS} provides the following scalar default-integer named constants: @table @asis -@item @code{omp_integer_kind} -@item @code{omp_logical_kind} @item @code{omp_lock_kind} @item @code{omp_nest_lock_kind} @item @code{omp_sched_kind}