testsuite: Add options for float16 for test [PR119133]
Some targets (like arm) need some flags to enable _Float16 support. gcc/testsuite/ChangeLog: PR target/119133 * gcc.dg/torture/pr119133.c: Add options for float16.
This commit is contained in:
parent
ae2f951cc2
commit
4981d8dfcf
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
/* { dg-additional-options "-fno-tree-ter" } */
|
||||
/* { dg-require-effective-target float16 } */
|
||||
/* { dg-add-options float16 } */
|
||||
|
||||
int
|
||||
foo(_Float16 f, int i)
|
||||
|
|
Loading…
Add table
Reference in a new issue