From: Kaveh R. Ghazi Date: Thu, 22 Dec 2005 17:15:05 +0000 (+0000) Subject: re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64) X-Git-Tag: releases/gcc-3.4.6~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c16bac2a844860a47b17849d2a82ab3766ddcf6;p=thirdparty%2Fgcc.git re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64) PR testsuite/20772 * gcc.dg/20020523-1.c: Change run target i386 to i?86. From-SVN: r108954 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9bf64d4bf11a..cd2317adab3b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-12-22 Kaveh R. Ghazi + + PR testsuite/20772 + * gcc.dg/20020523-1.c: Change run target i386 to i?86. + 2005-12-21 Kaveh R. Ghazi PR testsuite/20772 diff --git a/gcc/testsuite/gcc.dg/20020523-1.c b/gcc/testsuite/gcc.dg/20020523-1.c index 1bfc787b9e7e..3338612efdc8 100644 --- a/gcc/testsuite/gcc.dg/20020523-1.c +++ b/gcc/testsuite/gcc.dg/20020523-1.c @@ -1,7 +1,7 @@ /* PR target/6753 This testcase was miscompiled because sse_mov?fcc_const0* patterns were missing earlyclobber. */ -/* { dg-do run { target i386-*-* x86_64-*-* } } */ +/* { dg-do run { target i?86-*-* x86_64-*-* } } */ /* { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } } */ /* { dg-require-effective-target ilp32 } */ /* { dg-options "-march=pentium3 -msse -ffast-math -O2" } */