From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 7051E382E74D for ; Tue, 6 Dec 2022 09:15:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7051E382E74D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1670318112; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ppFvUB4ADNpv4iSC8Kf1jWfZtRuJbB/xkGFFu8enUrU=; b=K+u5T4ART6MJnIjXW0BN+PB74KtBckIBcFr2gDpp9xjQ4VohkeiCZQA/bWGUqLK0fIFK/u zfNFdQKGxJm1QdVuuYnhJ2/ba2iM8kyjByBVMS97KOZTZkSLSMZJzd8u20+sKqjE5uo5v+ BXRZGe1HDR+V6oqOM0VmfcChUFmxjA4= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-124-spgUfWm9PBWsG_Cb-6cmgA-1; Tue, 06 Dec 2022 04:15:09 -0500 X-MC-Unique: spgUfWm9PBWsG_Cb-6cmgA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B34553804060; Tue, 6 Dec 2022 09:15:08 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.195.114]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6FCBC40C2064; Tue, 6 Dec 2022 09:15:08 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.17.1/8.17.1) with ESMTPS id 2B69F3gZ1096795 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Tue, 6 Dec 2022 10:15:03 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.17.1/8.17.1/Submit) id 2B69F1wR1096794; Tue, 6 Dec 2022 10:15:01 +0100 Date: Tue, 6 Dec 2022 10:15:01 +0100 From: Jakub Jelinek To: Tobias Burnus Cc: gcc-patches , Gerald Pfeifer Subject: Re: [wwwdocs] gcc-13/changes.html + projects/gomp: OpenMP GCC 13 update Message-ID: Reply-To: Jakub Jelinek References: <4f17329b-0550-780d-e55b-49b2dbcd1ea9@codesourcery.com> MIME-Version: 1.0 In-Reply-To: <4f17329b-0550-780d-e55b-49b2dbcd1ea9@codesourcery.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, Dec 06, 2022 at 09:59:17AM +0100, Tobias Burnus wrote: > This patch updates the OpenMP implementation status, based on libgomp.texi. > For the release notes, it also moves 'non-rectangular loop nests' up as that's > a 5.0 not a 5.1 feature. > And in line with libgomp.texi, it adds to projects/gomp/ the items for TR11, > a OpenMP 6.0 preview. (Hence, the id="omp6.0" to have a fixed id even when > the list is updated to TR12 and later OpenMP 6.0.) The posted patch is certainly good, but doesn't do what you wrote above. > PS: There will be surely more updates before GCC 13 is released; I hope/assume > the next change will be for nvptx reverse offload... > ----------------- > Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955 > commit 9f80367e539839fff1df2c85fc2640638199fc9e > Author: Tobias Burnus > Date: Tue Dec 6 09:49:30 2022 +0100 > > libgomp.texi: Fix a OpenMP 5.2 and a TR11 impl-status item > > libgomp/ > * libgomp.texi (OpenMP 5.2): Add missing 'the'. > (TR11): Add missing '@tab N @tab'. > --- > libgomp/libgomp.texi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi > index 4caac497506..efa7d956a33 100644 > --- a/libgomp/libgomp.texi > +++ b/libgomp/libgomp.texi > @@ -406,7 +406,7 @@ to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab > @item @code{allocate} and @code{firstprivate} clauses on @code{scope} > @tab Y @tab > @item @code{ompt_callback_work} @tab N @tab > -@item Default map-type for @code{map} clause in @code{target enter/exit data} > +@item Default map-type for the @code{map} clause in @code{target enter/exit data} > @tab Y @tab > @item New @code{doacross} clause as alias for @code{depend} with > @code{source}/@code{sink} modifier @tab Y @tab > @@ -463,6 +463,7 @@ Technical Report (TR) 11 is the first preview for OpenMP 6.0. > @item @code{access} allocator trait changes @tab N @tab > @item Extension of @code{interop} operation of @code{append_args}, allowing all > modifiers of the @code{init} clause > + @tab N @tab > @item @code{interop} clause to @code{dispatch} @tab N @tab > @item @code{apply} code to loop-transforming constructs @tab N @tab > @item @code{omp_curr_progress_width} identifier @tab N @tab Jakub