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.129.124]) by sourceware.org (Postfix) with ESMTPS id 299FA3855155 for ; Fri, 25 Nov 2022 10:38:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 299FA3855155 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=1669372709; 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=DtCczlC3Z8ufuaKjEsuvI+HdNz7jirmgI25arqhaTi0=; b=JQYrbOYUqHHmgHtu6Zodjoo3/7VmKDrlYskwDb83yOW/Su36gXg9xbJpMEiThoiOBUHSjL C5l3syDOF1NO5fG+zwjlOyoytfleTzCnP2azfk1tHpplV8q2iCrGN8dD1j1jtfgac+fLhX ulMoAKKXcVCpqKvy4y5erxB2541jM2s= 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-503-tEN-0RKHNVuJ6Oqn8xIrig-1; Fri, 25 Nov 2022 05:38:26 -0500 X-MC-Unique: tEN-0RKHNVuJ6Oqn8xIrig-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 23AC085A59D; Fri, 25 Nov 2022 10:38:26 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.194.202]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D57E840C2064; Fri, 25 Nov 2022 10:38:25 +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 2APAcLPA354848 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 25 Nov 2022 11:38:21 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.17.1/8.17.1/Submit) id 2APAcKF0354847; Fri, 25 Nov 2022 11:38:20 +0100 Date: Fri, 25 Nov 2022 11:38:19 +0100 From: Jakub Jelinek To: Tobias Burnus Cc: gcc-patches Subject: Re: [Patch] libgomp.texi: OpenMP Impl Status 5.1 additions + TR11 Message-ID: Reply-To: Jakub Jelinek References: <78217b1a-477e-912c-f5b0-884a298ddbf1@codesourcery.com> MIME-Version: 1.0 In-Reply-To: <78217b1a-477e-912c-f5b0-884a298ddbf1@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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no 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 Fri, Nov 25, 2022 at 11:34:35AM +0100, Tobias Burnus wrote: > Update libgomp.texi's OpenMP implementation status. > The 5.1 changes are taken from Jakub's comment at > https://gcc.gnu.org/pipermail/gcc-patches/2022-September/602639.html > (sorry for taking that long to incorporate those). > > It also adds TR11. I don't think we will work any time soon > on TR11 – possibly except for clarifications. > > OK for mainline? Ok (but I hope that once 6.0 is out, we just keep OpenMP 6.0 entries and don't mention any TRs). Jakub