From: Mark Mitchell Date: Tue, 26 Nov 2002 19:37:45 +0000 (+0000) Subject: * g++.dg/abi/empty10.C: Don't run on non-x86 targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b5aa5d056cb12df412bf5f34617101c049be43c;p=gcc.git * g++.dg/abi/empty10.C: Don't run on non-x86 targets. From-SVN: r59529 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 70ada4e3047..86d7df3f036 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-11-26 Mark Mitchell + + * g++.dg/abi/empty10.C: Don't run on non-x86 targets. + 2002-11-25 Mark Mitchell * testsuite/g++.dg/abi/empty11.C: New test. diff --git a/gcc/testsuite/g++.dg/abi/empty10.C b/gcc/testsuite/g++.dg/abi/empty10.C index 802e2c3abe8..970afbaf512 100644 --- a/gcc/testsuite/g++.dg/abi/empty10.C +++ b/gcc/testsuite/g++.dg/abi/empty10.C @@ -1,4 +1,4 @@ -// { dg-do run } +// { dg-do run { target i?86-*-* } } // { dg-options "-fabi-version=0 -w" } struct E {};