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:
Christophe Lyon 2025-03-27 14:44:18 +00:00
parent ae2f951cc2
commit 4981d8dfcf

View file

@ -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)