From: Jeff Law Date: Thu, 13 May 1999 00:26:52 +0000 (-0600) Subject: Tighten target test to avoid false errors on aix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13c07aef789f90a9ff1e8c8842bb4a4a169733b9;p=gcc.git Tighten target test to avoid false errors on aix. From-SVN: r26913 --- diff --git a/gcc/testsuite/gcc.dg/980827-1.c b/gcc/testsuite/gcc.dg/980827-1.c index a841739c466..0de02ccc58f 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;