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:
Dimitar Dimitrov 2025-03-09 15:57:25 +02:00
parent 44b1d52e2f
commit 1b21da6abf
No known key found for this signature in database
GPG key ID: 963DD134E821F15D

View file

@ -1,4 +1,5 @@
/* { dg-additional-options "-fno-tree-ter" } */
/* { dg-require-effective-target float16 } */
int
foo(_Float16 f, int i)