re PR testsuite/44418 (FAIL: gcc.target/powerpc/recip-[123].c on powerpc-apple-darwin9)
PR testsuite/44418 * gcc.target/powerpc/recip-1.c: Do not run for powerpc*-apple-darwin* * gcc.target/powerpc/recip-2.c: Ditto. * gcc.target/powerpc/recip-3.c: Ditto. From-SVN: r162277
This commit is contained in:
parent
9157ccb29f
commit
fbd4785962
@ -1,3 +1,10 @@
|
||||
2010-07-17 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
PR testsuite/44418
|
||||
* gcc.target/powerpc/recip-1.c: Do not run for powerpc*-apple-darwin*
|
||||
* gcc.target/powerpc/recip-2.c: Ditto.
|
||||
* gcc.target/powerpc/recip-3.c: Ditto.
|
||||
|
||||
2010-07-17 Bernd Schmidt <bernds@codesourcery.com>
|
||||
|
||||
* gcc.target/arm/pr42235.c: New test.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile { target { powerpc*-*-* } } } */
|
||||
/* { dg-do compile { target { { powerpc*-*-* } && { ! powerpc*-apple-darwin* } } } } */
|
||||
/* { dg-options "-O2 -mrecip -ffast-math -mcpu=power6" } */
|
||||
/* { dg-final { scan-assembler-times "frsqrte" 2 } } */
|
||||
/* { dg-final { scan-assembler-times "fmsub" 2 } } */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile { target { powerpc*-*-* } } } */
|
||||
/* { dg-do compile { target { { powerpc*-*-* } && { ! powerpc*-apple-darwin* } } } } */
|
||||
/* { dg-options "-O2 -mrecip -ffast-math -mcpu=power5" } */
|
||||
/* { dg-final { scan-assembler-times "frsqrtes" 1 } } */
|
||||
/* { dg-final { scan-assembler-times "fmsubs" 1 } } */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile { target { powerpc*-*-* } } } */
|
||||
/* { dg-do compile { target { { powerpc*-*-* } && { ! powerpc*-apple-darwin* } } } } */
|
||||
/* { dg-options "-O2 -mrecip -ffast-math -mcpu=power7" } */
|
||||
/* { dg-final { scan-assembler-times "xsrsqrtedp" 1 } } */
|
||||
/* { dg-final { scan-assembler-times "xsmsub.dp" 1 } } */
|
||||
|
Loading…
Reference in New Issue
Block a user