]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: i386: Require ifunc support in gcc.target/i386/pr98100.c
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 8 Dec 2020 12:29:26 +0000 (13:29 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Sun, 17 Jan 2021 16:23:13 +0000 (17:23 +0100)
The new gcc.target/i386/pr98100.c test FAILs on Solaris/x86:

FAIL: gcc.target/i386/pr98100.c (test for excess errors)

Excess errors:
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr98100.c:6:1: error: the call requires 'ifunc', which is not supported by this target

Fixed as follows.

Tested on i386-pc-solaris2.11 and x86_64-pc-linux-gnu.

2020-12-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

gcc/testsuite:
* gcc.target/i386/pr98100.c: Require ifunc support.

gcc/testsuite/gcc.target/i386/pr98100.c

index 4deda1a498f37c9fda7023951bb159cc85af4430..09c2e324fbf5910cf2c08a61333b7eced9c8b9ab 100644 (file)
@@ -1,6 +1,7 @@
 /* PR target/98100 */
 /* { dg-do compile } */
 /* { dg-options "-O2 -mno-avx -fvar-tracking-assignments -g0" } */
+/* { dg-require-ifunc "" } */
 
 __attribute__((target_clones("default","avx2"))) void
 foo ()