From patchwork Tue Jun 18 22:42:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 1118376 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-503225-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="wU2DjOde"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45T34j199cz9s3l for ; Wed, 19 Jun 2019 08:42:44 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:in-reply-to:references:date:message-id:mime-version :content-type; q=dns; s=default; b=gQf5CxWnSjEWb9hdVJB2/mgYW9/sD kQGCsItGNZ7nfij3cWEiLZvMFvKTHBEhzYevKlJ+alinNwlTQFZMz3nxoJhcXP9b JsoYtDrA3eDfDC9SlZOFYASWqtBuuSY5JBF79cNikz/4X6+5NXjoMDC8tcYwZKte uX3WvvEsQrGK60= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:in-reply-to:references:date:message-id:mime-version :content-type; s=default; bh=H4ctp5fj/QstZCc75VCWgx8ClBU=; b=wU2 DjOdeQi6luwnon0456YDzXoULw0QNsod2kQGGMgh7oYZ/oiH1+o3XNd8yn9uxnM5 4170yAlHQi0ZkmzUJS6DrXPokgE6e/wvqHx+QU1HSzDNNT61QnVld5vIZ06AJhEj B3XmCeOSIAv3beEivGPpSj1ngEvjDcuAoQfhtZ0M= Received: (qmail 9496 invoked by alias); 18 Jun 2019 22:42:38 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 9475 invoked by uid 89); 18 Jun 2019 22:42:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Jun 2019 22:42:36 +0000 Received: from svr-orw-mbx-06.mgc.mentorg.com ([147.34.90.206]) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1hdMoF-0003rh-43 from Thomas_Schwinge@mentor.com ; Tue, 18 Jun 2019 15:42:35 -0700 Received: from SVR-ORW-MBX-09.mgc.mentorg.com (147.34.90.209) by SVR-ORW-MBX-06.mgc.mentorg.com (147.34.90.206) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 18 Jun 2019 15:42:33 -0700 Received: from tftp-cs (147.34.91.1) by SVR-ORW-MBX-09.mgc.mentorg.com (147.34.90.209) with Microsoft SMTP Server id 15.0.1320.4 via Frontend Transport; Tue, 18 Jun 2019 15:42:32 -0700 Received: by tftp-cs (Postfix, from userid 49978) id 72D3DC2212; Tue, 18 Jun 2019 15:42:32 -0700 (PDT) From: Thomas Schwinge To: Jakub Jelinek , , Subject: [committed] Add missing results check in 'libgomp.fortran/allocatable3.f90' (was: [5/5] gomp-3_0-branch merge to trunk - OpenMP testsuite additions and fixes) In-Reply-To: <20080605160828.GT13386@devserv.devel.redhat.com> References: <20080605160828.GT13386@devserv.devel.redhat.com> User-Agent: Notmuch/0.9-125-g4686d11 (http://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu) Date: Wed, 19 Jun 2019 00:42:24 +0200 Message-ID: <87tvcmfrcf.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Hi! On Thu, 5 Jun 2008 12:08:28 -0400, Jakub Jelinek wrote: > This patch contains the OpenMP specific testsuite additions and fixes. > * testsuite/libgomp.fortran/allocatable3.f90: New test. As obvious (that is, as done for all the other test cases), I committed to trunk in r272449 "Add missing results check in 'libgomp.fortran/allocatable3.f90'", see attached. Grüße Thomas From 4173ac4522222932749a0f1d19228adc9a2284bc Mon Sep 17 00:00:00 2001 From: tschwinge Date: Tue, 18 Jun 2019 22:14:43 +0000 Subject: [PATCH] Add missing results check in 'libgomp.fortran/allocatable3.f90' libgomp/ * testsuite/libgomp.fortran/allocatable3.f90: Add missing results check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272449 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/ChangeLog | 5 +++++ libgomp/testsuite/libgomp.fortran/allocatable3.f90 | 1 + 2 files changed, 6 insertions(+) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index bd57e38ce19a..ef6397f1d28b 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2019-06-18 Thomas Schwinge + + * testsuite/libgomp.fortran/allocatable3.f90: Add missing results + check. + 2019-06-18 Cesar Philippidis * testsuite/libgomp.oacc-fortran/allocatable-array-1.f90: New diff --git a/libgomp/testsuite/libgomp.fortran/allocatable3.f90 b/libgomp/testsuite/libgomp.fortran/allocatable3.f90 index 03ed1ac3f1ad..df69fff54919 100644 --- a/libgomp/testsuite/libgomp.fortran/allocatable3.f90 +++ b/libgomp/testsuite/libgomp.fortran/allocatable3.f90 @@ -18,4 +18,5 @@ l = l.or.any (a.ne.0) deallocate (a) !$omp end parallel + if (l.or.allocated (a)) STOP 2 end -- 2.20.1