]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/union-5.c: Run only on x86 and x86-64.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 5 Dec 2008 08:52:02 +0000 (08:52 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 5 Dec 2008 08:52:02 +0000 (08:52 +0000)
From-SVN: r142469

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

index ec52ece7d1a53a3ff2c1a0ca9a00c529c0d4e2bc..268fbe0e15189b36f016e5d92076ae39150d6166 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  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.dg/union-5.c: New test.
index d0dfaa07e77f7b6712a3a61127e94dc164a186b7..983ce7209eedc37830856acae230efbb037c0eb5 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O -fgcse" } */
 
 extern void abort(void);