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 736D93858C74 for ; Thu, 8 Sep 2022 15:40:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 736D93858C74 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=1662651616; 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=J+t1toAGY4u5uUErImW+Bi5cz/PQ1YXbv9U0LN/27fo=; b=XDDCWTY3OorCnAuMjoBqqZ/PXFjjcdzV3+1ksdW2om+WOpial08yMAtI4Y1u1j7vUSdTp2 A+f2CdkeDG0dH9vPu5UeACx+UH55sm2EtAfZyHtre0tWaWTr5wcPZ5X+vVR4yRy0UH0iC+ UyB4F6YbBuRIC7BS8lw8+hASQk7UH8k= 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-641-NObYu06NN7uSciImflfeuQ-1; Thu, 08 Sep 2022 11:40:14 -0400 X-MC-Unique: NObYu06NN7uSciImflfeuQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 58CD31C07588; Thu, 8 Sep 2022 15:40:14 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.192.41]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0B5C6945DD; Thu, 8 Sep 2022 15:40:13 +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 288FeBaO1563789 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 8 Sep 2022 17:40:11 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.17.1/8.17.1/Submit) id 288FeA461563788; Thu, 8 Sep 2022 17:40:10 +0200 Date: Thu, 8 Sep 2022 17:40:09 +0200 From: Jakub Jelinek To: Tobias Burnus Cc: gcc-patches , Gerald Pfeifer Subject: Re: [wwwdocs] gcc-13/changes.html + projects/gomp/: OpenMP update Message-ID: Reply-To: Jakub Jelinek References: <008db493-fd5d-b5ca-69ae-369c630c13e6@codesourcery.com> MIME-Version: 1.0 In-Reply-To: <008db493-fd5d-b5ca-69ae-369c630c13e6@codesourcery.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=WINDOWS-1252 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE 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 Fri, Sep 02, 2022 at 09:37:57AM +0200, Tobias Burnus wrote: > Update the OpenMP status for features that were added in the last months. > > Comments/suggestions? Okay to commit? > > Tobias > ----------------- > 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 > gcc-13/changes.html + projects/gomp/: OpenMP update > > * htdocs/gcc-13/changes.html: Update OpenMP entry; fix html syntax. > * htdocs/projects/gomp/index.html: Update OpenMP 5.x implementation status; > add missing item from libgomp.texi + flip two items to have same order as > the .texi. > > htdocs/gcc-13/changes.html | 42 ++++++++++++++++++++++++++++++++--------- > htdocs/projects/gomp/index.html | 40 +++++++++++++++++++++++++++++---------- > 2 files changed, 63 insertions(+), 19 deletions(-) I think some of the or issues have been fixed in the mean time, so it might not apply cleanly. LGTM, whether you want to update it further for doacross/omp_cur_iteration now or whether we do it incrementally up to you. Jakub