[gcc(refs/users/aldyh/heads/ranger-staging)] rs6000: Update test case count when compiling for power9

Aldy Hernandez aldyh@gcc.gnu.org
Wed Aug 19 17:44:10 GMT 2020


https://gcc.gnu.org/g:699f9c0cc1bcc8acfd78c02315c963bf790c874d

commit 699f9c0cc1bcc8acfd78c02315c963bf790c874d
Author: Peter Bergner <bergner@linux.ibm.com>
Date:   Tue Jul 21 16:20:33 2020 -0500

    rs6000: Update test case count when compiling for power9
    
    2020-07-21  Peter Bergner  <bergner@linux.ibm.com>
    
    gcc/testsuite/
            PR target/92488
            * gcc.target/powerpc/convert-fp-128.c (bl): Update POWER9 count.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/convert-fp-128.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/convert-fp-128.c b/gcc/testsuite/gcc.target/powerpc/convert-fp-128.c
index 5b0ef3b0d49..69f4a0293af 100644
--- a/gcc/testsuite/gcc.target/powerpc/convert-fp-128.c
+++ b/gcc/testsuite/gcc.target/powerpc/convert-fp-128.c
@@ -35,7 +35,7 @@ conv2
 /* { dg-final { scan-assembler-times {\mbl\M} 24 { target { ! hard_dfp } } } } */
 /* { dg-final { scan-assembler-times {\mbl\M} 19 { target { hard_dfp && { ! ppc_float128 } } } } } */
 /* { dg-final { scan-assembler-times {\mbl\M} 30 { target { hard_dfp && { ppc_float128 && { ! ppc_float128_insns } } } } } } */
-/* { dg-final { scan-assembler-times {\mbl\M} 27 { target { hard_dfp && { ppc_float128 && { ppc_float128_insns } } } } } } */
+/* { dg-final { scan-assembler-times {\mbl\M} 26 { target { hard_dfp && { ppc_float128 && { ppc_float128_insns } } } } } } */
 
 
 /* { dg-final { scan-assembler-times {\mbl __extendsfkf2\M} 1 { target { ppc_float128 && { ! ppc_float128_insns } } } } } */


More information about the Gcc-cvs mailing list