testsuite: Require effective target float16 for test [PR119133]
The test spuriously failed on pru-unknown-elf due to missing support for _Float16 type. PR target/119133 gcc/testsuite/ChangeLog: * gcc.dg/torture/pr119133.c: Require effective target float16. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
This commit is contained in:
parent
44b1d52e2f
commit
1b21da6abf
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/* { dg-additional-options "-fno-tree-ter" } */
|
||||
/* { dg-require-effective-target float16 } */
|
||||
|
||||
int
|
||||
foo(_Float16 f, int i)
|
||||
|
|
Loading…
Add table
Reference in a new issue