Add target selector to gcc.dg/pr98099.c
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 4 Dec 2020 09:26:53 +0000 (10:26 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Fri, 4 Dec 2020 09:28:43 +0000 (10:28 +0100)
gcc/testsuite/ChangeLog:
* gcc.dg/pr98099.c: Compile only for dfp targets.

gcc/testsuite/gcc.dg/pr98099.c

index 34909f225ff27781ef9c9c07c896604a7fb04510..12e52f2c5827fe16ebcd87843874b487ac84c4de 100644 (file)
@@ -1,7 +1,7 @@
 /* PR middle-end/98099 */
 /* Reported by G. Steinmetz <gscfq@t-online.de> */
 
-/* { dg-do compile } */
+/* { dg-do compile { target dfp } } */
 /* { dg-options "-fsso-struct=big-endian" } */
 
 struct S { _Decimal128 a; };