https://gcc.gnu.org/g:35b198ed957d089f095724e91165cf082e9be1bc

commit r11-11394-g35b198ed957d089f095724e91165cf082e9be1bc
Author: Francois-Xavier Coudert <fxcoud...@gcc.gnu.org>
Date:   Mon Oct 30 15:41:10 2023 +0100

    Testsuite, i386: Mark test as requiring ifunc
    
    Test is currently failing on x86_64-apple-darwin.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/i386/pr105554.c: Require ifunc.
    
    (cherry picked from commit 7666d94db0684f04264712f3e3fdb542518960c5)

Diff:
---
 gcc/testsuite/gcc.target/i386/pr105554.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/i386/pr105554.c 
b/gcc/testsuite/gcc.target/i386/pr105554.c
index 08e90bb3368..e9ef494270a 100644
--- a/gcc/testsuite/gcc.target/i386/pr105554.c
+++ b/gcc/testsuite/gcc.target/i386/pr105554.c
@@ -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)));

Reply via email to