From: Uros Bizjak Date: Thu, 18 Oct 2007 08:59:31 +0000 (+0200) Subject: pr31167.c: Add i?86-*-* to target selector. X-Git-Tag: prereleases/gcc-4.2.3-rc1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24fd3b2d737d795af1974882e2cd43141ce25099;p=thirdparty%2Fgcc.git pr31167.c: Add i?86-*-* to target selector. * gcc.target/i386/pr31167.c: Add i?86-*-* to target selector. Require lp64 effective target. From-SVN: r129432 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6ad8587b1fac..98fc71868aa8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-10-18 Uros Bizjak + + * gcc.target/i386/pr31167.c: Add i?86-*-* to target selector. + Require lp64 effective target. + 2007-10-16 Mark Mitchell * g++.dg/opt/const5.C: New test. diff --git a/gcc/testsuite/gcc.target/i386/pr31167.c b/gcc/testsuite/gcc.target/i386/pr31167.c index 883ab5a159c1..8cf9e79726d7 100644 --- a/gcc/testsuite/gcc.target/i386/pr31167.c +++ b/gcc/testsuite/gcc.target/i386/pr31167.c @@ -1,4 +1,5 @@ -/* { dg-do compile { target x86_64-*-* } } */ +/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ +/* { dg-require-effective-target lp64 } */ /* { dg-options "-O" } */ typedef int int32_t;