diff --git a/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-3.c b/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-3.c index 1d35ebf14b4..ebd2e8dd879 100644 --- a/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-3.c +++ b/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-3.c @@ -4,9 +4,9 @@ in AAPCS64 \S 4.3.5. */ /* { dg-do run { target aarch64-*-* } } */ +/* { dg-require-effective-target aarch64_big_endian } */ /* { dg-additional-options "-mbranch-protection=none" } */ /* { dg-additional-sources "abitest.S" } */ -/* { dg-require-effective-target aarch64_big_endian } */ #ifndef IN_FRAMEWORK #define TESTFILE "func-ret-3.c" diff --git a/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-4.c b/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-4.c index 15e1408c62d..03d42f3dd04 100644 --- a/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-4.c +++ b/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-4.c @@ -5,9 +5,9 @@ are treated as general composite types. */ /* { dg-do run { target aarch64*-*-* } } */ +/* { dg-require-effective-target aarch64_big_endian } */ /* { dg-additional-options "-mbranch-protection=none" } */ /* { dg-additional-sources "abitest.S" } */ -/* { dg-require-effective-target aarch64_big_endian } */ #ifndef IN_FRAMEWORK #define TESTFILE "func-ret-4.c" diff --git a/gcc/testsuite/gfortran.dg/PR100914.f90 b/gcc/testsuite/gfortran.dg/PR100914.f90 index 8588157e59c..161f1265fa2 100644 --- a/gcc/testsuite/gfortran.dg/PR100914.f90 +++ b/gcc/testsuite/gfortran.dg/PR100914.f90 @@ -1,7 +1,7 @@ ! Fails on x86 targets where sizeof(long double) == 16. ! { dg-do run } -! { dg-additional-sources PR100914.c } ! { dg-require-effective-target fortran_real_c_float128 } +! { dg-additional-sources PR100914.c } ! { dg-additional-options "-Wno-pedantic" } ! ! Test the fix for PR100914 diff --git a/libgomp/testsuite/libgomp.c++/pr24455.C b/libgomp/testsuite/libgomp.c++/pr24455.C index 8256b6693c8..9816d37461a 100644 --- a/libgomp/testsuite/libgomp.c++/pr24455.C +++ b/libgomp/testsuite/libgomp.c++/pr24455.C @@ -1,6 +1,6 @@ // { dg-do run } -// { dg-additional-sources pr24455-1.C } // { dg-require-effective-target tls_runtime } +// { dg-additional-sources pr24455-1.C } // { dg-options "-fno-extern-tls-init" } extern "C" void abort (void); diff --git a/libgomp/testsuite/libgomp.c/pr24455.c b/libgomp/testsuite/libgomp.c/pr24455.c index 8af449e7b5c..4284c109529 100644 --- a/libgomp/testsuite/libgomp.c/pr24455.c +++ b/libgomp/testsuite/libgomp.c/pr24455.c @@ -1,6 +1,6 @@ /* { dg-do run } */ -/* { dg-additional-sources pr24455-1.c } */ /* { dg-require-effective-target tls_runtime } */ +/* { dg-additional-sources pr24455-1.c } */ extern void abort (void);