diff options
Diffstat (limited to 'gcc/testsuite/c-c++-common')
-rw-r--r-- | gcc/testsuite/c-c++-common/Wconversion-real.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/dfp/convert-bfp-6.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/dfp/convert-bfp-9.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/pr41779.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/pr54486.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gcc/testsuite/c-c++-common/Wconversion-real.c b/gcc/testsuite/c-c++-common/Wconversion-real.c index 464aab0..4b961ff 100644 --- a/gcc/testsuite/c-c++-common/Wconversion-real.c +++ b/gcc/testsuite/c-c++-common/Wconversion-real.c @@ -1,7 +1,7 @@ /* Test for diagnostics for Wconversion for floating-point. */ /* { dg-do compile } */ -/* { dg-skip-if "doubles are floats" { "avr-*-*" } { "*" } { "" } } */ +/* { dg-skip-if "doubles are floats" { "avr-*-*" } } */ /* { dg-options "-std=c99 -Wconversion" { target c } } */ /* { dg-options "-Wconversion" { target c++ } } */ /* { dg-require-effective-target large_double } */ diff --git a/gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c b/gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c index d16919f..95c433d 100644 --- a/gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c +++ b/gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c @@ -1,4 +1,4 @@ -/* { dg-skip-if "" { ! "powerpc*-*-linux*" } { "*" } { "" } } */ +/* { dg-skip-if "" { ! "powerpc*-*-linux*" } } */ /* Test decimal float conversions to and from IBM 128-bit long double. Checks are skipped at runtime if long double is not 128 bits. diff --git a/gcc/testsuite/c-c++-common/dfp/convert-bfp-6.c b/gcc/testsuite/c-c++-common/dfp/convert-bfp-6.c index 64198a9..e133f3b 100644 --- a/gcc/testsuite/c-c++-common/dfp/convert-bfp-6.c +++ b/gcc/testsuite/c-c++-common/dfp/convert-bfp-6.c @@ -1,4 +1,4 @@ -/* { dg-xfail-run-if "" { lax_strtofp } "*" "" } */ +/* { dg-xfail-run-if "" { lax_strtofp } } */ /* { dg-options "-w" } */ /* This test assumes IEEE float and double. */ diff --git a/gcc/testsuite/c-c++-common/dfp/convert-bfp-9.c b/gcc/testsuite/c-c++-common/dfp/convert-bfp-9.c index e609087..87d502a 100644 --- a/gcc/testsuite/c-c++-common/dfp/convert-bfp-9.c +++ b/gcc/testsuite/c-c++-common/dfp/convert-bfp-9.c @@ -1,4 +1,4 @@ -/* { dg-xfail-run-if "" { lax_strtofp } "*" "" } */ +/* { dg-xfail-run-if "" { lax_strtofp } } */ /* { dg-options "-w" } */ /* This test assumes IEEE float and double. */ diff --git a/gcc/testsuite/c-c++-common/pr41779.c b/gcc/testsuite/c-c++-common/pr41779.c index 25b0b68..c42a0f5 100644 --- a/gcc/testsuite/c-c++-common/pr41779.c +++ b/gcc/testsuite/c-c++-common/pr41779.c @@ -1,6 +1,6 @@ /* PR41779: Wconversion cannot see through real*integer promotions. */ /* { dg-do compile } */ -/* { dg-skip-if "doubles are floats" { "avr-*-*" } { "*" } { "" } } */ +/* { dg-skip-if "doubles are floats" { "avr-*-*" } } */ /* { dg-options "-std=c99 -Wconversion" { target c } } */ /* { dg-options "-Wconversion" { target c++ } } */ /* { dg-require-effective-target large_double } */ diff --git a/gcc/testsuite/c-c++-common/pr54486.c b/gcc/testsuite/c-c++-common/pr54486.c index b4bcf3b..8c311f8 100644 --- a/gcc/testsuite/c-c++-common/pr54486.c +++ b/gcc/testsuite/c-c++-common/pr54486.c @@ -1,7 +1,7 @@ /* PR middle-end/54486 */ /* { dg-do compile } */ /* { dg-options "-Wformat" } */ -/* { dg-skip-if "no POSIX printf" { *-*-mingw* } { "*" } { "" } } */ +/* { dg-skip-if "no POSIX printf" { *-*-mingw* } } */ #ifdef __cplusplus extern "C" { |