[testsuite]: Add missing dg-add-options float16 to gcc.dg/debug/ctf/ctf-skip-types-2.c
authorChristophe Lyon <christophe.lyon@foss.st.com>
Wed, 30 Jun 2021 11:44:00 +0000 (11:44 +0000)
committerChristophe Lyon <christophe.lyon@foss.st.com>
Wed, 30 Jun 2021 11:44:30 +0000 (11:44 +0000)
The test already checks dg-require-effective-target float16, but this
is not sufficient to use the flags needed, if any.
This patch makes the test pass on arm.

2021-06-30  Christophe Lyon  <christophe.lyon@foss.st.com>

gcc/testsuite/
* gcc.dg/debug/ctf/ctf-skip-types-2.c: Add dg-add-options float16.

gcc/testsuite/gcc.dg/debug/ctf/ctf-skip-types-2.c

index 7c8b17d..79d5cb2 100644 (file)
@@ -13,5 +13,6 @@
 /* { dg-options "-gctf" } */
 
 /* { dg-require-effective-target float16 } */
+/* { dg-add-options float16 } */
 
 _Float16 f16;