From ea4ea7d7c6690089a67ad48a3f9f867f54fbf826 Mon Sep 17 00:00:00 2001 From: ro Date: Sat, 17 Jun 2017 15:32:28 +0000 Subject: Get rid of dg-skip-if etc. default args libstdc++-v3: * testsuite: Remove dg-skip-if, dg-xfail-if, dg-xfail-run-if default args. libgomp: * testsuite/libgomp.fortran/strassen.f90: Remove dg-skip-if default args. * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove dg-xfail-run-if default args. gcc/testsuite: Remove dg-skip-if, dg-xfail-if, dg-xfail-run-if default args. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249339 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.dg/dfp/fe-binop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/testsuite/gcc.dg/dfp/fe-binop.c') diff --git a/gcc/testsuite/gcc.dg/dfp/fe-binop.c b/gcc/testsuite/gcc.dg/dfp/fe-binop.c index eb0da1b2c6e..f83577d72fa 100644 --- a/gcc/testsuite/gcc.dg/dfp/fe-binop.c +++ b/gcc/testsuite/gcc.dg/dfp/fe-binop.c @@ -1,4 +1,4 @@ -/* { dg-skip-if "test is for emulation" { hard_dfp } { "*" } { "" } } */ +/* { dg-skip-if "test is for emulation" { hard_dfp } } */ /* Touch tests that check for raising appropriate exceptions for binary arithmetic operations on decimal float values. */ -- cgit v1.2.1