projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2a6b0
)
Add missing target selector
author
Eric Botcazou
<ebotcazou@adacore.com>
Thu, 17 Feb 2022 17:34:06 +0000
(18:34 +0100)
committer
Eric Botcazou
<ebotcazou@adacore.com>
Thu, 17 Feb 2022 17:36:43 +0000
(18:36 +0100)
gcc/testsuite/
PR target/79754
* gcc.target/i386/pr79754.c: Add target dfp.
gcc/testsuite/gcc.target/i386/pr79754.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.target/i386/pr79754.c
b/gcc/testsuite/gcc.target/i386/pr79754.c
index
27845c9
..
9eadea3
100644
(file)
--- a/
gcc/testsuite/gcc.target/i386/pr79754.c
+++ b/
gcc/testsuite/gcc.target/i386/pr79754.c
@@
-1,5
+1,5
@@
/* PR target/79754 */
-/* { dg-do compile } */
+/* { dg-do compile
{ target dfp }
} */
/* { dg-options "-Wno-psabi" } */
typedef _Decimal32 V __attribute__ ((vector_size(16)));