]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix gcc.dg/pr116905.c
authorRichard Biener <rguenther@suse.de>
Wed, 2 Oct 2024 06:49:06 +0000 (08:49 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 2 Oct 2024 06:49:50 +0000 (08:49 +0200)
I missed { dg-add-options float16 }.

* gcc.dg/pr116905.c: Add float16 options.

gcc/testsuite/gcc.dg/pr116905.c

index 0a2b96ac1c16069cc6dddbcfe084d4a448417282..89de8525b25e2e9a95a36a16a0f26e8816a2a6cb 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target float16 } */
 /* { dg-options "-frounding-math" } */
+/* { dg-add-options float16 } */
 /* { dg-additional-options "-mavx" { target avx } } */
 
 typedef __attribute__((__vector_size__(16))) _Float16 F;