]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: drop explicit run from dfp execution tests
authorAlexandre Oliva <oliva@adacore.com>
Wed, 21 Jan 2026 03:29:36 +0000 (00:29 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 21 Jan 2026 03:29:36 +0000 (00:29 -0300)
dfp support isn't built into libgcc when fenv.h doesn't define the
expected FE_* macros, but some dfp tests go "dg-do run", overriding
the default "compile" when dfprt is not available.

Drop the overrider.

for  gcc/testsuite/ChangeLog

* gcc.dg/dfp/c23-decimal64x-1.c: Drop the explicit dg-do run.
* gcc.dg/dfp/c23-decimal64x-3.c: Likewise.

gcc/testsuite/gcc.dg/dfp/c23-decimal64x-1.c
gcc/testsuite/gcc.dg/dfp/c23-decimal64x-3.c

index 6a6f815df16d865433059cc2b4d1b6219853c0b9..47d289c9c1fb9096647cfd554af8bd19d75ce6ee 100644 (file)
@@ -1,5 +1,4 @@
 /* Test _Decimal64x in C23 mode.  */
-/* { dg-do run } */
 /* { dg-options "-std=c23 -pedantic-errors" } */
 
 int a = (int) 1.1D64x;
index 12f5e13fdce81595bdf24269b087b1a8eb60dccf..fb883d40be5a9f826e960f283b05bd455ac53039 100644 (file)
@@ -1,5 +1,4 @@
 /* Test _Decimal64x in C23 mode - builtins.  */
-/* { dg-do run } */
 /* { dg-options "-std=c23 -pedantic-errors" } */
 
 _Decimal64x a = __builtin_infd64x ();