dfp.exp tests for dfprt before deciding whether to default to run or
compile, and the PR120631 tests override that without checking for
dfprt. Rework them to avoid attempting to link and run programs
when dfp runtime support isn't available.
for gcc/testsuite/ChangeLog
PR middle-end/120631
* gcc.dg/dfp/pr120631.c: Drop overrider of dg-do default action.
* gcc.dg/dfp/bitint-9.c: Likewise.
* gcc.dg/dfp/bitint-10.c: Likewise.
/* PR middle-end/120631 */
-/* { dg-do run { target bitint } } */
+/* { dg-require-effective-target bitint } */
/* { dg-options "-O2" } */
#if __BITINT_MAXWIDTH__ >= 128
/* PR middle-end/120631 */
-/* { dg-do run { target bitint } } */
+/* { dg-require-effective-target bitint } */
/* { dg-options "-O2" } */
#if __BITINT_MAXWIDTH__ >= 2048
/* PR middle-end/120631 */
-/* { dg-do run } */
/* { dg-options "-O2" } */
_Decimal64 a = 1234567891357900000.0dd;