From: Ian Lance Taylor Date: Sun, 15 Jan 2006 17:06:14 +0000 (+0000) Subject: re PR testsuite/25796 (gcc.target/i386/cmov6.c fails on x86_64-linux when supplied... X-Git-Tag: releases/gcc-4.2.0~4862 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f08d219a3133e58fbac5d4e5f0ae1b96aeda21;p=thirdparty%2Fgcc.git re PR testsuite/25796 (gcc.target/i386/cmov6.c fails on x86_64-linux when supplied -m64) PR testsuite/25796 * gcc.target/i386/cmov6.c: Use -march=k8. From-SVN: r109723 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 348cfbc6cc46..7c79c47869eb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-01-15 Ian Lance Taylor + + PR testsuite/25796 + * gcc.target/i386/cmov6.c: Use -march=k8. + 2006-01-15 Andreas Jaeger * g++.dg/abi/mangle25.C: Only run on 64-bit systems since 32-bit diff --git a/gcc/testsuite/gcc.target/i386/cmov6.c b/gcc/testsuite/gcc.target/i386/cmov6.c index 177a0cee02f2..44dab76c68ae 100644 --- a/gcc/testsuite/gcc.target/i386/cmov6.c +++ b/gcc/testsuite/gcc.target/i386/cmov6.c @@ -1,5 +1,5 @@ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ -/* { dg-options "-O2 -march=i686" } */ +/* { dg-options "-O2 -march=k8" } */ /* { dg-final { scan-assembler "cmov\[^6\]" } } */ /* Verify that blocks are converted to conditional moves. */