* g++.dg/abi/empty10.C: Don't run on non-x86 targets.
authorMark Mitchell <mark@codesourcery.com>
Tue, 26 Nov 2002 19:37:45 +0000 (19:37 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 26 Nov 2002 19:37:45 +0000 (19:37 +0000)
From-SVN: r59529

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/empty10.C

index 70ada4e3047a99912ab6a4530bc6bbfffa1e32bc..86d7df3f0369fb72520f8afcc924755e45a3b35c 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-26  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
+
 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
 
        * testsuite/g++.dg/abi/empty11.C: New test.
index 802e2c3abe81ca4ca2f33c57962aadefedfa69ae..970afbaf5127916a4570d05c080c941069a62698 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run }
+// { dg-do run { target i?86-*-* } }
 // { dg-options "-fabi-version=0 -w" }
 
 struct E {};