From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id A61263858D37; Tue, 5 Apr 2022 04:06:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A61263858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.90,235,1643702400"; d="scan'208";a="76624361" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 04 Apr 2022 20:06:14 -0800 IronPort-SDR: xNQVuplt3oPm0RG3DpXZ44BvhmcLMrCigKU/s7O94aDHO0pT1ABjltSn2RfsInD0DPx07SNAtZ 5FOqwMTphBL0FBKh4God1nzhABAOVOP/a95/Qbox0w+3JEZKX6NbU/t+A3fOuU+dSU3vXmK1mS b80hMrEuiBffADEuMtAkCw6619npr13qvmiQXcd/cUzAcgCriYbW7H92bPGKlGB/FFuX6pYDW0 fgAOs3FgWZ4/r5UXjMRyoetaXMhuuM2pGApn5Vy/9luXjscNJwO+OekCo0fj1HVdavVNxnaPMF fJQ= Message-ID: <859abe15-dc0a-71ae-7d2d-bfa3ab13164c@codesourcery.com> Date: Mon, 4 Apr 2022 22:05:24 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: PING Re: [PATCH] Fortran: Fix clause splitting for OMP masked taskloop directive Content-Language: en-US From: Sandra Loosemore To: "fortran@gcc.gnu.org" CC: "gcc-patches@gcc.gnu.org" References: <5061c0a0-563d-b18e-dc5e-36142ae185ec@codesourcery.com> In-Reply-To: <5061c0a0-563d-b18e-dc5e-36142ae185ec@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-ClientProxiedBy: svr-orw-mbx-02.mgc.mentorg.com (147.34.90.202) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2022 04:06:17 -0000 On 3/25/22 20:02, Sandra Loosemore wrote: > I ran into this bug in the handling of clauses on the combined "masked > taskloop" OMP directive when I was working on something else.  The fix > turned out to be a 1-liner.  OK for trunk? Ping! This one's borderline obvious and would be good to fix in GCC 12. https://gcc.gnu.org/pipermail/fortran/2022-March/057705.html -Sandra