]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR107304] note test's ifunc requirement
authorAlexandre Oliva <oliva@adacore.com>
Wed, 30 Nov 2022 07:55:11 +0000 (04:55 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 30 Nov 2022 07:55:11 +0000 (04:55 -0300)
The test uses target_clones, that requires ifunc support.

for  gcc/testsuite/ChangeLog

PR target/107304
* gcc.target/i386/pr107304.c: dg-require ifunc support.

gcc/testsuite/gcc.target/i386/pr107304.c

index 24d68795e7f1c828dd732388b757da51e8ab92ed..0043b7b21a32fdc508b03838b641f70d38c912b6 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O0 -march=tigerlake" } */
+/* { dg-require-ifunc "" } */
 
 #include <stdint.h>