diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2020-04-08 17:54:04 +0200 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2020-04-08 17:55:54 +0200 |
commit | faa0817311f43e0d4d223d53c816b0c74ec35c4e (patch) | |
tree | e2fd3d45ecf8b05aa42f54acf7168905a6c0e858 | |
parent | ef389dadd4f082e13b076f14a123bf506e158da4 (diff) | |
download | gcc-faa0817311f43e0d4d223d53c816b0c74ec35c4e.zip gcc-faa0817311f43e0d4d223d53c816b0c74ec35c4e.tar.gz gcc-faa0817311f43e0d4d223d53c816b0c74ec35c4e.tar.bz2 |
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.
-rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/ieee/dec_math_1.f90 (renamed from gcc/testsuite/gfortran.dg/dec_math_5.f90) | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 557c815..3471816 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2020-04-08 Tobias Burnus <tobias@codesourcery.com> + + 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 <oliva@adacore.com> * 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 index d761e03..8587fd6 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 |