* gcc.dg/union-5.c: Run only on x86 and x86-64.

From-SVN: r142465
This commit is contained in:
Eric Botcazou 2008-12-05 08:50:36 +00:00 committed by Eric Botcazou
parent f773bb8482
commit 3108c7b6f0
2 changed files with 5 additions and 1 deletions

View 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

View 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);