diff options
author | Steve Kargl <sgk@troutmask.apl.washington.edu> | 2021-01-05 15:43:23 -0700 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2021-01-05 15:43:23 -0700 |
commit | e591f18ff874dfe98e01ea9fc9b7a8740bc8564d (patch) | |
tree | adb69f844d3ce4d746ade54f69b827c387ff320b /gcc | |
parent | f47c00cf95d7dbbe7147c61a4a6bc20921c3da2c (diff) | |
download | gcc-e591f18ff874dfe98e01ea9fc9b7a8740bc8564d.zip gcc-e591f18ff874dfe98e01ea9fc9b7a8740bc8564d.tar.gz gcc-e591f18ff874dfe98e01ea9fc9b7a8740bc8564d.tar.bz2 |
xfail test that will never pass on i?86 FreeBSD
gcc/testsuite
* gfortran.dg/dec_math.f90: xfail on i?86-*-freebsd*
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gfortran.dg/dec_math.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/dec_math.f90 b/gcc/testsuite/gfortran.dg/dec_math.f90 index cc141ab..d95233a 100644 --- a/gcc/testsuite/gfortran.dg/dec_math.f90 +++ b/gcc/testsuite/gfortran.dg/dec_math.f90 @@ -1,5 +1,5 @@ ! { dg-options "-cpp -std=gnu" } -! { dg-do run } +! { dg-do run { xfail i?86-*-freebsd* } } ! ! Test extra math intrinsics formerly offered by -fdec-math, ! now included with -std=gnu or -std=legacy. |