]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Testsuite, i386: Mark test as requiring ifunc
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 30 Oct 2023 14:41:10 +0000 (15:41 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 30 Oct 2023 14:57:33 +0000 (15:57 +0100)
Test is currently failing on x86_64-apple-darwin.

gcc/testsuite/ChangeLog:

* gcc.target/i386/pr105554.c: Require ifunc.

gcc/testsuite/gcc.target/i386/pr105554.c

index 08e90bb3368287c9675298d4a880e2327ef498f3..e9ef494270a2f10acae59690c2eabd303aeb12ee 100644 (file)
@@ -1,5 +1,6 @@
 /* PR target/105554 */
 /* { dg-do compile } */
+/* { dg-require-ifunc "" } */
 /* { dg-options "-O2 -Wno-psabi -mno-sse3" } */
 
 typedef long long v4di __attribute__((__vector_size__(32)));