aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r--gcc/testsuite/gcc.dg/980523-1.c2
-rw-r--r--gcc/testsuite/gcc.dg/980526-1.c2
-rw-r--r--gcc/testsuite/gcc.dg/switch-1.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/980523-1.c b/gcc/testsuite/gcc.dg/980523-1.c
index 6ca79ef..970b57c 100644
--- a/gcc/testsuite/gcc.dg/980523-1.c
+++ b/gcc/testsuite/gcc.dg/980523-1.c
@@ -1,4 +1,4 @@
-/* { dg-do run { target rs6000-*-linux* powerpc*-*-linux*} } */
+/* { dg-do run { target fpic } } */
/* { dg-options "-O2 -fpic" } */
extern void exit (int);
diff --git a/gcc/testsuite/gcc.dg/980526-1.c b/gcc/testsuite/gcc.dg/980526-1.c
index b92f888..6ab9db6 100644
--- a/gcc/testsuite/gcc.dg/980526-1.c
+++ b/gcc/testsuite/gcc.dg/980526-1.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux* } } */
+/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic" } */
int
diff --git a/gcc/testsuite/gcc.dg/switch-1.c b/gcc/testsuite/gcc.dg/switch-1.c
index e4f5ad6..1879790 100644
--- a/gcc/testsuite/gcc.dg/switch-1.c
+++ b/gcc/testsuite/gcc.dg/switch-1.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux*} } */
+/* { dg-do compile { target fpic } } */
/* { dg-options "-fpic -O2" } */
void f (char *s)