aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kargl <sgk@troutmask.apl.washington.edu>2021-01-05 15:43:23 -0700
committerJeff Law <law@redhat.com>2021-01-05 15:43:23 -0700
commite591f18ff874dfe98e01ea9fc9b7a8740bc8564d (patch)
treeadb69f844d3ce4d746ade54f69b827c387ff320b
parentf47c00cf95d7dbbe7147c61a4a6bc20921c3da2c (diff)
downloadgcc-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*
-rw-r--r--gcc/testsuite/gfortran.dg/dec_math.f902
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.