public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1606] Fix expected test output on hppa
@ 2023-06-07 14:48 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-06-07 14:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c0b88e9e8bbe15f0c2167371b49521b748c6da19

commit r14-1606-gc0b88e9e8bbe15f0c2167371b49521b748c6da19
Author: Jeff Law <jlaw@ventanamicro.com>
Date:   Wed Jun 7 07:55:32 2023 -0600

    Fix expected test output on hppa
    
    Recent changes in the hoisting code change the optimized gimple for the
    shadd-3 testcase on the PA.  That in turn changes the number of expected
     shadd instructions.
    
    I'm not entirely sure the test is actually testing what we want anymore
    since I don't see a CSE for postreload to discover.  But I did verify
    that the number of shadd instructions is sane, so I just changed the
    count in the obvious way.
    
    gcc/testsuite
            * gcc.target/hppa/shadd-3.c: Update expected output.

Diff:
---
 gcc/testsuite/gcc.target/hppa/shadd-3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/hppa/shadd-3.c b/gcc/testsuite/gcc.target/hppa/shadd-3.c
index a0c1f663d56..2d0b648f384 100644
--- a/gcc/testsuite/gcc.target/hppa/shadd-3.c
+++ b/gcc/testsuite/gcc.target/hppa/shadd-3.c
@@ -10,7 +10,7 @@
    over time we'll have to revisit the combine and/or postreload
    dumps.  Note we have disabled delay slot filling to improve
    test stability.  */
-/* { dg-final { scan-assembler-times "sh.add" 3 } }  */
+/* { dg-final { scan-assembler-times "sh.add" 4 } }  */
 
 extern void oof (void);
 typedef struct simple_bitmap_def *sbitmap;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-07 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-07 14:48 [gcc r14-1606] Fix expected test output on hppa Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).