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 1BE7E3858C39; Thu, 30 Sep 2021 12:49:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1BE7E3858C39 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: BDalco3LUhkOPBETlsUZfS6vUL1g5+TKqCrrr3zFFFkHqP30cZ70iKo6tUYCzeS4rXkS4VoqIC 5bnwvTQOBqYa+GCXIzGLOEcX3kOgLztWAVYdpegTephloCWQj3CVWEq3Z0CmE0vEyuAGUVVY96 NhHFs0EVbRN4S67iAqW07kk3uoQO6KTzFfdK7iGdhJtHtV3qoHB0vUR07lTKOKY0HApMWPTLbJ p1TD0x5PC/F4i1WNg43zALq8urzrnfFBhw3NE/vHePif053xHdgNZumdnCoUXu0phh2WpoP5Cd MSwJCv3OOHohbTMccrwd/xpb X-IronPort-AV: E=Sophos;i="5.85,336,1624348800"; d="diff'?scan'208";a="66664092" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 30 Sep 2021 04:49:34 -0800 IronPort-SDR: KUroX9J93tmQuRcTuQWmywS/QI8m9Ot2xQsBAzk2eQsTiqxFM2e5Hd3zNyue+nWAbHLwYE2bmF TDb6+GPvfcdUQcogV4SjIOqvsa7nu2TqFb22OjSEcJrv3ZfqRrwORrzGdzdGqFd8WTZhXMn0VG 2RwLPDgO5Ayo8z5ByRlxlBVfGhRWzbkkZADR4RJtrSl5jkfjxn+CZEbOhSZz0ntk8KHiXuoFyH 9+nVSbjUS+4ahXzqC5cVXYCSLDbbvKs/oHoUuuDZzlQKiMI5hQBvzOvXN4VZLC8WvgDAwKsPL9 KB8= Subject: Re: [Patch] openmp: Add omp_aligned_{, c}alloc and omp_{c, re}alloc for Fortran (was: [committed] openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc) To: Jakub Jelinek CC: , fortran References: <20210930074518.GY304296@tucnak> <51ef9b1a-85d9-c00b-14d2-8a82a2129b2b@codesourcery.com> <20210930113101.GZ304296@tucnak> From: Tobias Burnus Message-ID: Date: Thu, 30 Sep 2021 14:49:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210930113101.GZ304296@tucnak> Content-Type: multipart/mixed; boundary="------------8BF79734E36D2062763DD208" Content-Language: en-US X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-06.mgc.mentorg.com (139.181.222.6) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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: Thu, 30 Sep 2021 12:49:36 -0000 --------------8BF79734E36D2062763DD208 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable Forgot to do a "git add" after modifying three testcases ... This silences the warning for a flag only valid for f951 but not for cc1. Committed the follow-up as r12-3984. Tobias ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 201= , 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaf= t: M=C3=BCnchen; Registergericht M=C3=BCnchen, HRB 106955 --------------8BF79734E36D2062763DD208 Content-Type: text/x-patch; charset="UTF-8"; name="committed.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="committed.diff" commit ef37ddf477ac4b21ec4d1be9260cfd3b431fd4a9 Author: Tobias Burnus Date: Thu Sep 30 14:44:06 2021 +0200 libgomp.fortran/alloc-*.f90: Add missing dg-prune-output libgomp/ * testsuite/libgomp.fortran/alloc-7.f90: Add dg-prune-output for -fintrinsic-modules-path= warning of the C compiler. * testsuite/libgomp.fortran/alloc-9.f90: Likewise. * testsuite/libgomp.fortran/alloc-10.f90: Likewise. diff --git a/libgomp/testsuite/libgomp.fortran/alloc-10.f90 b/libgomp/testsuite/libgomp.fortran/alloc-10.f90 index d26a83b216a..060c16f312b 100644 --- a/libgomp/testsuite/libgomp.fortran/alloc-10.f90 +++ b/libgomp/testsuite/libgomp.fortran/alloc-10.f90 @@ -1,4 +1,5 @@ ! { dg-additional-sources alloc-7.c } +! { dg-prune-output "command-line option '-fintrinsic-modules-path=.*' is valid for Fortran but not for C" } module m use omp_lib use iso_c_binding diff --git a/libgomp/testsuite/libgomp.fortran/alloc-7.f90 b/libgomp/testsuite/libgomp.fortran/alloc-7.f90 index b047b0e4d10..d8c7eee8c25 100644 --- a/libgomp/testsuite/libgomp.fortran/alloc-7.f90 +++ b/libgomp/testsuite/libgomp.fortran/alloc-7.f90 @@ -1,4 +1,5 @@ ! { dg-additional-sources alloc-7.c } +! { dg-prune-output "command-line option '-fintrinsic-modules-path=.*' is valid for Fortran but not for C" } module m use omp_lib use iso_c_binding diff --git a/libgomp/testsuite/libgomp.fortran/alloc-9.f90 b/libgomp/testsuite/libgomp.fortran/alloc-9.f90 index 6458f35fd1f..1da141631bc 100644 --- a/libgomp/testsuite/libgomp.fortran/alloc-9.f90 +++ b/libgomp/testsuite/libgomp.fortran/alloc-9.f90 @@ -1,4 +1,5 @@ ! { dg-additional-sources alloc-7.c } +! { dg-prune-output "command-line option '-fintrinsic-modules-path=.*' is valid for Fortran but not for C" } module m use omp_lib use iso_c_binding --------------8BF79734E36D2062763DD208--