From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id 03A95386EC4E; Thu, 16 Apr 2020 23:00:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03A95386EC4E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587078001; bh=RI/ruy7JBcd/UgGcyBb3LqQVMMFONl79Nqk26+1k5co=; h=From:To:Subject:Date:From; b=F7hiyTdYTX3fLyynUD3qC22V3RudirSVa5WqgPe9iJV0IJBksojmbGWz5YvK+WbMJ ZzzCVH5xDUOUjjAdBdWW+73BvVh5s9N1o2WD901B98CQwK8I77e3BPlj7gxQOeMRkb qWmhh3387lU27CpQVXlohZycwRzL0G0aWkskD+vQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Meissner To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/meissner/heads/ieee)] Move gfortran.dg/dec_math_5.f90 to ./ieee/ X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/users/meissner/heads/ieee X-Git-Oldrev: ef389dadd4f082e13b076f14a123bf506e158da4 X-Git-Newrev: faa0817311f43e0d4d223d53c816b0c74ec35c4e Message-Id: <20200416230001.03A95386EC4E@sourceware.org> Date: Thu, 16 Apr 2020 23:00:01 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 23:00:01 -0000 https://gcc.gnu.org/g:faa0817311f43e0d4d223d53c816b0c74ec35c4e commit faa0817311f43e0d4d223d53c816b0c74ec35c4e Author: Tobias Burnus Date: Wed Apr 8 17:54:04 2020 +0200 Move gfortran.dg/dec_math_5.f90 to ./ieee/ PR fortran/93871 * gfortran.dg/dec_math_5.f90: Move to ... * gfortran.dg/ieee/dec_math_1.f90: ... here; change dg-options to dg-additional-options. Diff: --- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/gfortran.dg/{dec_math_5.f90 => ieee/dec_math_1.f90} | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 557c81544e4..347181619a5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2020-04-08 Tobias Burnus + + PR fortran/93871 + * gfortran.dg/dec_math_5.f90: Move to ... + * gfortran.dg/ieee/dec_math_1.f90: ... here; change + dg-options to dg-additional-options. + 2020-04-08 Alexandre Oliva * gcc.dg/tls/pr78796.c: Require tls_runtime. diff --git a/gcc/testsuite/gfortran.dg/dec_math_5.f90 b/gcc/testsuite/gfortran.dg/ieee/dec_math_1.f90 similarity index 97% rename from gcc/testsuite/gfortran.dg/dec_math_5.f90 rename to gcc/testsuite/gfortran.dg/ieee/dec_math_1.f90 index d761e039cc8..8587fd66eb1 100644 --- a/gcc/testsuite/gfortran.dg/dec_math_5.f90 +++ b/gcc/testsuite/gfortran.dg/ieee/dec_math_1.f90 @@ -1,8 +1,11 @@ -! { dg-options "-cpp -std=gnu" } ! { dg-do run } +! { dg-additional-options "-cpp -std=gnu" } ! ! Test values for degree-valued trigonometric intrinsics. ! +! Run under ieee/ as +! use ieee_arithmetic +! (used for result checking) is not available on all platforms) module dec_math_5