Commit 02f08d21 by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent 40f88104
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
/* { 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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment