aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-05-12 18:26:52 -0600
committerJeff Law <law@gcc.gnu.org>1999-05-12 18:26:52 -0600
commit13c07aef789f90a9ff1e8c8842bb4a4a169733b9 (patch)
tree2794d0178a6e50974f96fb57606f50d22586858e
parent3a08531df22e7762408efc6795556d9548106456 (diff)
downloadgcc-13c07aef789f90a9ff1e8c8842bb4a4a169733b9.zip
gcc-13c07aef789f90a9ff1e8c8842bb4a4a169733b9.tar.gz
gcc-13c07aef789f90a9ff1e8c8842bb4a4a169733b9.tar.bz2
Tighten target test to avoid false errors on aix.
From-SVN: r26913
-rw-r--r--gcc/testsuite/gcc.dg/980827-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/980827-1.c b/gcc/testsuite/gcc.dg/980827-1.c
index a841739..0de02cc 100644
--- a/gcc/testsuite/gcc.dg/980827-1.c
+++ b/gcc/testsuite/gcc.dg/980827-1.c
@@ -1,4 +1,4 @@
-/* { dg-do run { target powerpc*-*-* } } */
+/* { dg-do run { target rs6000-*-linux* powerpc-*-linux*} } */
/* { dg-options -O2 } */
double dval = 0;