From: Steve Kargl Date: Tue, 5 Jan 2021 22:43:23 +0000 (-0700) Subject: xfail test that will never pass on i?86 FreeBSD X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e591f18ff874dfe98e01ea9fc9b7a8740bc8564d;p=gcc.git xfail test that will never pass on i?86 FreeBSD gcc/testsuite * gfortran.dg/dec_math.f90: xfail on i?86-*-freebsd* --- 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.