From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 235993857C58 for ; Fri, 18 Feb 2022 21:26:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 235993857C58 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: EXUiQKowfxOVH4jNyEWX4oxqFI0yteERBLWrzFxmT30nivlR41n3L2lot+QMbbbDPWgVdlq7AW I04gsA3TYKM/yxyj1bjn458dpIWi0jiUP7f3Jv4F0nAXuJD8g70Aa4YIOtFQdJiAl9jQmRe3B3 51DVsge0N/3+tJ4RDSUORn+GYw0x+4lnJAAO9Up/JtIwKKb8qpRcNpAPEHRz4ocy9oMH4p17Jt scjNi/rAbmiDOYApimW8eNFukCBFDYvzrFsRyXbh9JzAjmujqGhFK+/LBY5bBGNZNdcPYLfAff UpqzgfaM/QVilfmQwgwLUjhe X-IronPort-AV: E=Sophos;i="5.88,379,1635235200"; d="scan'208";a="72150944" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 18 Feb 2022 13:26:55 -0800 IronPort-SDR: mpa0oDkZKCINJ8cFpA5cfYLfvvLBgrn0/1MN9f1qkOxLAiMKFW5xzBmc8XYQ0Lod+Di4l3YIdQ FxZZqi5aaFPnEEj1X7R42TNpSn12XRtpnYaGgyAK5LaHmx0f1ljrgLTnV5DBJbZerEk9PaX1hh aiVCdbPn60mHjw4eSHNRHDWUtJwcMrW2F9/ERImdjCYu7ECWMr/zxKcyChMNpiVfHHppgqZsW3 /Fe5ge/7cU8tiAbgPIiR3N8cHGe7QHZ8BMfcJw93/zIJQgXxYR2+YOXwRBfr19d8IOy4ywwJTB 3I4= Message-ID: <20089514-b208-e70c-1e69-f603e07ff66a@codesourcery.com> Date: Fri, 18 Feb 2022 21:26:11 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 To: gcc-patches , Thomas Schwinge , Catherine Moore References: <0090d882-4c17-3c12-ab54-54670bf32ab0@codesourcery.com> Subject: [og11][committed] openmp: Improve handling of nested OpenMP metadirectives in C and C++ From: Kwok Cheung Yeung In-Reply-To: <0090d882-4c17-3c12-ab54-54670bf32ab0@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, 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: 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-List-Received-Date: Fri, 18 Feb 2022 21:26:56 -0000 This patch has been committed to the devel/omp/gcc-11 development branch: 249df772b70f7b9f50f68030d4ea9c25624cc578 openmp: Improve handling of nested OpenMP metadirectives in C and C++ Kwok