projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7caa497
)
Add target selector to gcc.dg/pr98099.c
author
Eric Botcazou
<ebotcazou@adacore.com>
Fri, 4 Dec 2020 09:26:53 +0000
(10:26 +0100)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/pr98099.c
b/gcc/testsuite/gcc.dg/pr98099.c
index 34909f225ff27781ef9c9c07c896604a7fb04510..12e52f2c5827fe16ebcd87843874b487ac84c4de 100644
(file)
--- a/
gcc/testsuite/gcc.dg/pr98099.c
+++ b/
gcc/testsuite/gcc.dg/pr98099.c
@@
-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; };