2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-13 11:51:22 +08:00

[PR107304] note test's ifunc requirement

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.
This commit is contained in:
Alexandre Oliva 2022-11-30 04:55:11 -03:00 committed by Alexandre Oliva
parent f57ff18957
commit a1b5cdf381

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O0 -march=tigerlake" } */
/* { dg-require-ifunc "" } */
#include <stdint.h>