Testsuite: restrict test to nonpic targets

The test is currently failing on x86_64-apple-darwin.

gcc/testsuite/ChangeLog:

	PR testsuite/112297
	* gcc.target/i386/pr100936.c: Require nonpic target.
This commit is contained in:
Francois-Xavier Coudert 2023-12-11 09:26:23 +01:00
parent 475b7f44c6
commit 02f562484c

View file

@ -1,6 +1,7 @@
/* PR target/100936 */
/* { dg-do assemble } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target nonpic } */
__seg_gs int var;