From: Christophe Lyon Date: Thu, 27 Mar 2025 14:44:18 +0000 (+0000) Subject: testsuite: Add options for float16 for test [PR119133] X-Git-Tag: basepoints/gcc-16~547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4981d8dfcfd34486d431930be3381eb73df958d0;p=thirdparty%2Fgcc.git 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 --git a/gcc/testsuite/gcc.dg/torture/pr119133.c b/gcc/testsuite/gcc.dg/torture/pr119133.c index 5369becd350..f0c8f734c86 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)