From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 83AB63858025; Fri, 27 Nov 2020 10:50:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 83AB63858025 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mentor.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Tobias_Burnus@mentor.com IronPort-SDR: EVB3PhwPR0a9P3P/xbV8hTtSV+WN4/9GhSKndsDgDJxU+EHKzi7rUb/l/NK8LhJrlhJAJXsFFb YdvERnFQzhE27WQdTniDtSjR/2Oveti3JopKeolgiWipceWqUirOF7bVvP6JAQJDs8s5QLgc0K j6k31aFDZ8f9723XlJBelpDhQYP0UySgCq+Ju18KRRGDNs3uEOmVVPwmu5PCQVWmiBuwhMLCeV zghrLWfODmODxQvwEhDSZtFseCRXZ7mXLCY9GW7ycesc/1KHavMGeaoZPoza6LLyu1z9plcNbc KU8= X-IronPort-AV: E=Sophos;i="5.78,374,1599552000"; d="diff'?scan'208";a="55528558" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 27 Nov 2020 02:50:13 -0800 IronPort-SDR: hy1LL5eoaD1fvHAWeOk/RJIXX6RYfboiItHeQTxNnC5K4eVInmWeZ5UbHy2I89KDtYCgYfGMpw CrpmwutLWfd9uqYZnPm0cRf2b7foRmq87nAy5mtBO8w7m6NWvInZNPylgssNi6WgW1JU4aMFkZ AZE7s3sfk1oKaQ04PaluyBq527LtvodSRFxuYXU9eTQIG/OLkxlr18mreS0OvrjKHrgXm6AZSu QGwnt0Pfi61X/uDc4aPmLK5XIYkPb8AOi//AqsB6jRtF4m40Pv+dBV+rw4cnQGAQDdQ19fAmP7 W3U= To: gcc-patches , fortran From: Tobias Burnus Subject: [Patch, committed] gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax Message-ID: <436d1834-cf60-e3af-209c-f1a2f8a96b2c@mentor.com> Date: Fri, 27 Nov 2020 11:50:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------519108734865C5E82BE462B5" Content-Language: en-US X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 27 Nov 2020 10:50:16 -0000 --------------519108734865C5E82BE462B5 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable Found when grepping & post commit. There were two !$omp issues in the testcase =E2=80=93 which (currently) do not show up due to the previous (and intended) errors. Tobias ----------------- Mentor Graphics (Deutschland) GmbH, Arnulfstra=C3=9Fe 201, 80634 M=C3=BCnch= en / Germany Registergericht M=C3=BCnchen HRB 106955, Gesch=C3=A4ftsf=C3=BChrer: Thomas = Heurung, Alexander Walter --------------519108734865C5E82BE462B5 Content-Type: text/x-patch; charset="UTF-8"; name="committed.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="committed.diff" commit 6fb9b4c97690c5750e49c32fa2a373a7c66c5d46 Author: Tobias Burnus Date: Fri Nov 27 11:45:14 2020 +0100 gfortran.dg/gomp/requires-4.f90: Fix !$omp clause gcc/testsuite/ * gfortran.dg/gomp/requires-4.f90: Fix typo in '!$omp' clause. diff --git a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 index 0dc5e69da04..b17aceb898b 100644 --- a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 @@ -30,7 +30,7 @@ contains !$omp end target end subroutine subroutine bar - !$omp requires unified_addres ! { dg-error "must appear in the specification part of a program unit" } + !$omp requires unified_address ! { dg-error "must appear in the specification part of a program unit" } end subroutine bar end ! { dg-prune-output "not yet supported" } commit d78e106e95191f44274c8c9ba196abd6fd5ed558 Author: Tobias Burnus Date: Fri Nov 27 11:40:11 2020 +0100 gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax gcc/testsuite/ * gfortran.dg/gomp/requires-4.f90: Fix '!$omp' syntax. diff --git a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 index e0eb4dbc603..0dc5e69da04 100644 --- a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 @@ -26,8 +26,8 @@ program main !$omp requires reverse_offload contains subroutine foo - !$target - !$end target + !$omp target + !$omp end target end subroutine subroutine bar !$omp requires unified_addres ! { dg-error "must appear in the specification part of a program unit" } --------------519108734865C5E82BE462B5--