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
This commit is contained in:
Ian Lance Taylor 2006-01-15 17:06:14 +00:00 committed by Ian Lance Taylor
parent 40f881046b
commit 02f08d219a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-15 Ian Lance Taylor <ian@airs.com>
PR testsuite/25796
* gcc.target/i386/cmov6.c: Use -march=k8.
2006-01-15 Andreas Jaeger <aj@suse.de>
* g++.dg/abi/mangle25.C: Only run on 64-bit systems since 32-bit

View File

@ -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. */