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 E56E73858D29; Wed, 10 Feb 2021 03:14:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E56E73858D29 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Julian_Brown@mentor.com IronPort-SDR: m60WXYyekvGpKFvj6EEP9teo2h6j+sjrILRapxYmlphcL9JeWOz1Bods5wrDYZajbUnzHrDySk cw8Sa9cHZYWapoWhoYO0Eg5aY9BereYl2nXJbuijZ3U1QIsIpKMsYHdhnJv9UiW0nXna2hKHuy T0pL0oSxubA/WJ9icl7+8f7pgX2B/CnbA0tfENNZ+Bt9AXmkY4MXSX0wBZrIZSNGUdRbYPIB7Z T7NN161gDt/vpqoLhMtIpuhpj49lWsGMYmhGEhuSTsJfZvcgWPqXLo7zHbAafOLt8up49B+7MX mCs= X-IronPort-AV: E=Sophos;i="5.81,166,1610438400"; d="scan'208";a="60253581" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 09 Feb 2021 19:14:36 -0800 IronPort-SDR: qvO6nzhYH+xPfT7NaKZN7gjVXOJqEomklweIj1Dke/GjzBnEuPicSS9S8voUMCR1jbYduwt6ll D01kylGCJVQbIlX02dsMBIJR7mQoBRWDFqkTtTwt9QBesMCMAAFR0L/gyTgmPwDlL3KcfFT++i 8zyC+xGopnIuOcEloOPwXFzUUY8RZozzMDCid9yZn8z3e/MCsUkUfuehoMsSG71KYgRzXfqnwl 5jsU1OvQgupPtg+rO1dwuuorW1V3lCVRJE79jwyV/NSf41mp8eEjSsnOpPbeXqJuRyRMtaN1Ke 93U= From: Julian Brown To: CC: , Tobias Burnus , Thomas Schwinge , Jakub Jelinek Subject: [PATCH 0/2] openacc: Fix/temp workaround for PR98979 Date: Tue, 9 Feb 2021 19:14:05 -0800 Message-ID: <20210210031407.57504-1-julian@codesourcery.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 10 Feb 2021 03:14:39 -0000 Hi, Until a patch to fix derived type mappings with array elements, etc. is approved, this small patch series (a) reverts the strided arrays in update directives patch, and (b) adds some XFAILS/skips for the failing tests flagged in PR98979. I will apply shortly as obvious. Thanks, Julian Julian Brown (2): Revert "openacc: Allow strided arrays in update directives" openacc: Add XFAILs [PR98979] gcc/fortran/openmp.c | 5 ++--- gcc/testsuite/gfortran.dg/goacc/array-with-dt-2.f90 | 5 +++-- gcc/testsuite/gfortran.dg/goacc/derived-chartypes-1.f90 | 3 +++ gcc/testsuite/gfortran.dg/goacc/derived-chartypes-2.f90 | 3 +++ libgomp/testsuite/libgomp.oacc-fortran/array-stride-dt-1.f90 | 5 +++-- 5 files changed, 14 insertions(+), 7 deletions(-) -- 2.29.2