diff options
author | Marc Poulhiès <poulhies@adacore.com> | 2022-02-21 10:54:28 +0000 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2022-03-29 10:36:36 +0200 |
commit | 35464c790382b0ed53c6fd5cc07855b0d3644ab9 (patch) | |
tree | a3fc0be62fc3cb053d7ec51e86e11076666a4104 | |
parent | b6cccf88cb65043c20a020e4decf249a78180175 (diff) | |
download | gcc-35464c790382b0ed53c6fd5cc07855b0d3644ab9.zip gcc-35464c790382b0ed53c6fd5cc07855b0d3644ab9.tar.gz gcc-35464c790382b0ed53c6fd5cc07855b0d3644ab9.tar.bz2 |
testsuite: Check fpic support in pr103275.c
Test must check for effective support of fpic.
gcc/testsuite/ChangeLog:
* gcc.target/i386/pr103275.c: Add missing
dg-require-effective-target for checking fpic.
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr103275.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/i386/pr103275.c b/gcc/testsuite/gcc.target/i386/pr103275.c index c93413f..efac7b4 100644 --- a/gcc/testsuite/gcc.target/i386/pr103275.c +++ b/gcc/testsuite/gcc.target/i386/pr103275.c @@ -1,4 +1,5 @@ /* { dg-do compile { target ia32 } } */ +/* { dg-require-effective-target fpic } */ /* { dg-options "-O2 -march=tigerlake -fPIC" } */ /* { dg-final { scan-assembler-not {(?n)kmovd.*@gotntpoff} } } */ |