re PR target/69469 (test case gcc.target/powerpc/vsx-vector-2.c fails on power starting with r232632)

PR target/69469
        * gcc.target/powerpc/vsx-vector-2.c: Adjust for Goldschmidt's
        Algorithm.

From-SVN: r232796
This commit is contained in:
David Edelsohn 2016-01-25 16:16:21 +00:00 committed by David Edelsohn
parent 95cef0c13e
commit 685c8785fd
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2016-01-25 David Edelsohn <dje.gcc@gmail.com>
PR target/69469
* gcc.target/powerpc/vsx-vector-2.c: Adjust for Goldschmidt's
Algorithm.
2016-01-25 Richard Biener <rguenther@suse.de>
PR testsuite/69380

View file

@ -9,7 +9,7 @@
/* { dg-final { scan-assembler "xvdivsp" } } */
/* { dg-final { scan-assembler "vmadd" } } */
/* { dg-final { scan-assembler "xvmsub" } } */
/* { dg-final { scan-assembler "xvsqrtsp" } } */
/* { dg-final { scan-assembler "xvrsqrtesp" } } */
/* { dg-final { scan-assembler "xvcpsgnsp" } } */
/* { dg-final { scan-assembler "xvrspim" } } */
/* { dg-final { scan-assembler "xvrspip" } } */