From e591f18ff874dfe98e01ea9fc9b7a8740bc8564d Mon Sep 17 00:00:00 2001 From: Steve Kargl Date: Tue, 5 Jan 2021 15:43:23 -0700 Subject: [PATCH] xfail test that will never pass on i?86 FreeBSD gcc/testsuite * gfortran.dg/dec_math.f90: xfail on i?86-*-freebsd* --- gcc/testsuite/gfortran.dg/dec_math.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/dec_math.f90 b/gcc/testsuite/gfortran.dg/dec_math.f90 index cc141aba412..d95233a5169 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. -- 2.30.2