aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-06-08 01:20:35 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-07 19:20:35 -0600
commit5ccdc8af544da78581a1215d90c9722527d49399 (patch)
treef29b718fc42d8c32b89b2a33a10e695c34485131 /gcc
parent74cbdffaf39310cf5d07ee9ba78516ffa5c52940 (diff)
downloadgcc-5ccdc8af544da78581a1215d90c9722527d49399.zip
gcc-5ccdc8af544da78581a1215d90c9722527d49399.tar.gz
gcc-5ccdc8af544da78581a1215d90c9722527d49399.tar.bz2
980523-1.c: Only test on ppc-linux.
* gcc.dg/980523-1.c: Only test on ppc-linux. * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise. From-SVN: r20322
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-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
4 files changed, 6 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 348485d..600c6ac 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,8 @@
Mon Jun 8 02:13:42 1998 Jeffrey A Law (law@cygnus.com)
+ * gcc.dg/980523-1.c: Only test on ppc-linux.
+ * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
+
* gcc.c-torture/execute/980608-1.c: New test.
Thu Jun 4 01:39:24 1998 Jeffrey A Law (law@cygnus.com)
diff --git a/gcc/testsuite/gcc.dg/980523-1.c b/gcc/testsuite/gcc.dg/980523-1.c
index 71c628d..6265a73 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-*-* powerpc-*-*} } */
+/* { dg-do run { target rs6000-*-linux* powerpc-*-linux*} } */
/* { dg-options "-O2 -fpic" } */
void foo1(int a, char *b, int c)
diff --git a/gcc/testsuite/gcc.dg/980526-1.c b/gcc/testsuite/gcc.dg/980526-1.c
index b5e5c94..08ef6e2 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-*-*-* powerpc-*-*-* } } */
+/* { dg-do compile { target rs6000-*-linux* powerpc-*-linux* } } */
/* { dg-options "-O2 -fpic" } */
int
diff --git a/gcc/testsuite/gcc.dg/switch-1.c b/gcc/testsuite/gcc.dg/switch-1.c
index 480f077..457c520 100644
--- a/gcc/testsuite/gcc.dg/switch-1.c
+++ b/gcc/testsuite/gcc.dg/switch-1.c
@@ -1,4 +1,4 @@
-/* { dg-do compile }*/
+/* { dg-do compile { target rs6000-*-linux* powerpc-*-linux*} } */
/* { dg-options "-fpic -O2" } */
void f (char *s)