From patchwork Sat Feb 11 18:05:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 726872 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 3vLKVg4d01z9s7Z for ; Sun, 12 Feb 2017 05:05:39 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="YuF5Ru/y"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:reply-to:mime-version:content-type; q=dns; s=default; b=NxfWXy1MTX69N4JlR9ioR2rwk1OwP9Pm5CZgcCEteV8 n9sEXJL7lXuDCYqdpNUs4sw+oonoqMB4++WnLl4Xl6/odeE1F5C5OBjFIc2eswPG tQm68eEvJr5Ly/QtQDtAG3Fp2bI8luRu9hi6eVF5Rx/ZXx+41LDnnxnDXNZuTKmM = 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:date :from:to:subject:message-id:reply-to:mime-version:content-type; s=default; bh=0hZwOPs9GrhrVJS7ApMxul4cn00=; b=YuF5Ru/yGNhDj0xmn grE+livbTaiCTagsjFd225KYuUHRzGRokoPC+MX2QkfJdqEUq2hWAWgZ6VBLjNys jVCSeLy8VpumHqdPipuLqChrabE2khzriPhlBtsq0IkEGmQ1f2ojGNU9FyZrd7sv cKF5jfNLlz+XqIwZa6x9mWcx18= Received: (qmail 62529 invoked by alias); 11 Feb 2017 18:05:30 -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 62518 invoked by uid 89); 11 Feb 2017 18:05:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Interface, Hx-languages-length:959, v45, 4.5 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 11 Feb 2017 18:05:19 +0000 Received: from smtp.corp.redhat.com (int-mx16.intmail.prod.int.phx2.redhat.com [10.5.11.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C35D63DEEB for ; Sat, 11 Feb 2017 18:05:19 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-76.ams2.redhat.com [10.36.116.76]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 698E92F6361 for ; Sat, 11 Feb 2017 18:05:19 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id v1BI5FqY032145 for ; Sat, 11 Feb 2017 19:05:15 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id v1BI5EuO032144 for gcc-patches@gcc.gnu.org; Sat, 11 Feb 2017 19:05:14 +0100 Date: Sat, 11 Feb 2017 19:05:14 +0100 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: [PATCH] Bump OpenMP version in invoke.texi Message-ID: <20170211180514.GB1849@tucnak> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes Hi! We got a report that man gcc refers to too old version of OpenMP. Fixed thusly, committed to trunk. 2017-02-11 Jakub Jelinek * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to 4.5. Jakub --- gcc/doc/invoke.texi.jj 2017-02-07 16:40:43.000000000 +0100 +++ gcc/doc/invoke.texi 2017-02-11 19:00:02.540277475 +0100 @@ -2042,7 +2042,7 @@ can be omitted, to use a target-specific Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and @code{!$omp} in Fortran. When @option{-fopenmp} is specified, the compiler generates parallel code according to the OpenMP Application -Program Interface v4.0 @w{@uref{http://www.openmp.org/}}. This option +Program Interface v4.5 @w{@uref{http://www.openmp.org/}}. This option implies @option{-pthread}, and thus is only supported on targets that have support for @option{-pthread}. @option{-fopenmp} implies @option{-fopenmp-simd}.