https://gcc.gnu.org/g:4981d8dfcfd34486d431930be3381eb73df958d0

commit r15-9006-g4981d8dfcfd34486d431930be3381eb73df958d0
Author: Christophe Lyon <christophe.l...@linaro.org>
Date:   Thu Mar 27 14:44:18 2025 +0000

    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.

Diff:
---
 gcc/testsuite/gcc.dg/torture/pr119133.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/torture/pr119133.c 
b/gcc/testsuite/gcc.dg/torture/pr119133.c
index 5369becd350d..f0c8f734c866 100644
--- a/gcc/testsuite/gcc.dg/torture/pr119133.c
+++ b/gcc/testsuite/gcc.dg/torture/pr119133.c
@@ -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)

Reply via email to