From patchwork Wed Apr 13 07:50:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 1616612 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha256 header.s=default header.b=m0SEMC/7; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4KdZZS3ss7z9sBJ for ; Wed, 13 Apr 2022 17:52:47 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 453593857344 for ; Wed, 13 Apr 2022 07:52:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 453593857344 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1649836365; bh=U6LMyfAYqRlIN+5kywX6qoS9Gs5VtPSpVOdUU9xFxwk=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=m0SEMC/7QFY43YGnbaYaK4OT/hlcBrSmFM+GF4BNaX6G6E+qdHSCiIFtYdDgG4yox plKqVvRIUhkEyoGBn1wRPVNJo6tpNYLp3Z0qg/2hIHCVmjXK8ZrUneRJ+r4bRmJPbG UUbpUxqynOUuOLk5L4FgFROrkQKkDFiqnBO8H83Q= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 953953857376 for ; Wed, 13 Apr 2022 07:50:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 953953857376 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-424-xBYbG--cPai_XspuSVC8HA-1; Wed, 13 Apr 2022 03:50:41 -0400 X-MC-Unique: xBYbG--cPai_XspuSVC8HA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D7327833960; Wed, 13 Apr 2022 07:50:40 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.195.172]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 606B3C27E8E; Wed, 13 Apr 2022 07:50:40 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.16.1/8.16.1) with ESMTPS id 23D7ob6d3650340 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Wed, 13 Apr 2022 09:50:38 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.16.1/8.16.1/Submit) id 23D7obBT3650339; Wed, 13 Apr 2022 09:50:37 +0200 Date: Wed, 13 Apr 2022 09:50:37 +0200 To: gcc-patches@gcc.gnu.org Subject: [committed] libgomp: Fix a documentation typo Message-ID: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Jakub Jelinek via Gcc-patches From: Jakub Jelinek Reply-To: Jakub Jelinek Cc: Tobias Burnus Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Sender: "Gcc-patches" Hi! This fixes a typo in the 5.0 feature support table. Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk. 2022-04-13 Jakub Jelinek * libgomp.texi: Fix a typo - mutexinouset -> mutexinoutset. Jakub --- libgomp/libgomp.texi.jj 2022-03-14 10:34:34.444919906 +0100 +++ libgomp/libgomp.texi 2022-04-12 16:13:04.905228708 +0200 @@ -214,7 +214,7 @@ The OpenMP 4.5 specification is fully su and @code{taskloop simd} constructs @tab Y @tab @item @code{taskloop} construct cancelable by @code{cancel} construct @tab Y @tab -@item @code{mutexinouset} @emph{dependence-type} for @code{depend} clause +@item @code{mutexinoutset} @emph{dependence-type} for @code{depend} clause @tab Y @tab @item Predefined memory spaces, memory allocators, allocator traits @tab Y @tab Some are only stubs