diff options
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr93492-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr93492-2.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr93492-3.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr93492-4.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr93492-5.c | 3 |
5 files changed, 5 insertions, 6 deletions
diff --git a/gcc/testsuite/gcc.target/i386/pr93492-1.c b/gcc/testsuite/gcc.target/i386/pr93492-1.c index f978d2e..7a82d0c 100644 --- a/gcc/testsuite/gcc.target/i386/pr93492-1.c +++ b/gcc/testsuite/gcc.target/i386/pr93492-1.c @@ -1,4 +1,4 @@ -/* { dg-do "compile" } */ +/* { dg-do "compile" { target *-*-linux* } } */ /* { dg-options "-O1 -fcf-protection -mmanual-endbr" } */ /* { dg-final { check-function-bodies "**" "" } } */ diff --git a/gcc/testsuite/gcc.target/i386/pr93492-2.c b/gcc/testsuite/gcc.target/i386/pr93492-2.c index ec26d4c..3d67095 100644 --- a/gcc/testsuite/gcc.target/i386/pr93492-2.c +++ b/gcc/testsuite/gcc.target/i386/pr93492-2.c @@ -1,4 +1,4 @@ -/* { dg-do "compile" } */ +/* { dg-do "compile" { target *-*-linux* } } */ /* { dg-options "-O1 -fcf-protection -mmanual-endbr -fasynchronous-unwind-tables" } */ /* Test the placement of the .LPFE1 label. */ diff --git a/gcc/testsuite/gcc.target/i386/pr93492-3.c b/gcc/testsuite/gcc.target/i386/pr93492-3.c index 1f03c62..52a19e5 100644 --- a/gcc/testsuite/gcc.target/i386/pr93492-3.c +++ b/gcc/testsuite/gcc.target/i386/pr93492-3.c @@ -1,4 +1,4 @@ -/* { dg-do "compile" } */ +/* { dg-do "compile" { target *-*-linux* } } */ /* { dg-require-effective-target mfentry } */ /* { dg-options "-O1 -fcf-protection -mmanual-endbr -mfentry -pg -fasynchronous-unwind-tables" } */ diff --git a/gcc/testsuite/gcc.target/i386/pr93492-4.c b/gcc/testsuite/gcc.target/i386/pr93492-4.c index d193df8..8f205c34 100644 --- a/gcc/testsuite/gcc.target/i386/pr93492-4.c +++ b/gcc/testsuite/gcc.target/i386/pr93492-4.c @@ -1,4 +1,4 @@ -/* { dg-do "compile" } */ +/* { dg-do "compile" { target *-*-linux* } } */ /* { dg-options "-O1 -fpatchable-function-entry=1 -fasynchronous-unwind-tables" } */ /* Test the placement of the .LPFE1 label. */ diff --git a/gcc/testsuite/gcc.target/i386/pr93492-5.c b/gcc/testsuite/gcc.target/i386/pr93492-5.c index d04077c..fcf4ad4 100644 --- a/gcc/testsuite/gcc.target/i386/pr93492-5.c +++ b/gcc/testsuite/gcc.target/i386/pr93492-5.c @@ -1,5 +1,4 @@ -/* { dg-do "compile" } */ -/* { dg-require-effective-target mfentry } */ +/* { dg-do "compile" { target *-*-linux* } } */ /* { dg-options "-O1 -fpatchable-function-entry=1 -mfentry -pg -fasynchronous-unwind-tables" } */ /* Test the placement of the .LPFE1 label. */ |