From: Eric Botcazou Date: Fri, 5 Dec 2008 08:50:36 +0000 (+0000) Subject: * gcc.dg/union-5.c: Run only on x86 and x86-64. X-Git-Tag: releases/gcc-4.4.0~1359 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3108c7b6f02bb91f79cd78e1758d5fcd34934a6b;p=thirdparty%2Fgcc.git * gcc.dg/union-5.c: Run only on x86 and x86-64. From-SVN: r142465 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 88da2eb812bf..337ad7882c1a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-12-05 Eric Botcazou + + * gcc.dg/union-5.c: Run only on x86 and x86-64. + 2008-12-04 Jerry DeLisle PR libfortran/38285 diff --git a/gcc/testsuite/gcc.dg/union-5.c b/gcc/testsuite/gcc.dg/union-5.c index ac5322b2c312..ea65f4b0273f 100644 --- a/gcc/testsuite/gcc.dg/union-5.c +++ b/gcc/testsuite/gcc.dg/union-5.c @@ -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);