Commit 814252be by Uros Bizjak Committed by Uros Bizjak

cmov7.c: Add -mbranch-cost=5 to dg-options.

        * gcc.target/i386/cmov7.c: Add -mbranch-cost=5 to dg-options.
        * gcc.target/i386/addr-sel-1.c: Require nonpic effective target.
[

From-SVN: r131447
parent d0f76c4b
2008-01-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/cmov7.c: Add -mbranch-cost=5 to dg-options.
* gcc.target/i386/addr-sel-1.c: Require nonpic effective target.
2008-01-10 Andreas Krebbel <krebbel1@de.ibm.com>
PR middle-end/34641
......@@ -3,6 +3,7 @@
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target nonpic } */
/* { dg-options "-O2 -mtune=i686" } */
char a[10], b[10];
......
/* PR middle-end/33187 */
/* { dg-do compile } */
/* { dg-options "-O2 -march=k8 -ffast-math -mfpmath=387" } */
/* { dg-options "-O2 -ffast-math -march=k8 -mbranch-cost=5 -mfpmath=387" } */
/* { dg-final { scan-assembler "fcmov" } } */
/* compress_float_constant generates load + float_extend
......
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