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:
parent
475b7f44c6
commit
02f562484c
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
/* PR target/100936 */
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
|
||||
__seg_gs int var;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue