OSDN Git Service

* gcc.dg/union-5.c: Run only on x86 and x86-64.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2008 08:50:36 +0000 (08:50 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2008 08:50:36 +0000 (08:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142465 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/union-5.c

index 88da2eb..337ad78 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-05  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/union-5.c: Run only on x86 and x86-64.
+
 2008-12-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libfortran/38285
index ac5322b..ea65f4b 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O -fgcse -fno-split-wide-types" } */
 
 extern void abort(void);