public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] RISC-V: Fix spill-11.c testsuite failure
@ 2023-08-27 19:01 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-08-27 19:01 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]


Jivan's work also results in using a different save/restore function for 
the spill-11 test.  So the expected output needs minor adjusting.

Committed to the trunk.

Jeff

[-- Attachment #2: P --]
[-- Type: text/plain, Size: 1152 bytes --]

commit 3745feb19ed072e0865b12a891d7dbf7ba12c337
Author: Jeff Law <jlaw@ventanamicro.com>
Date:   Sun Aug 27 13:00:13 2023 -0600

    RISC-V: Fix spill-11.c testsuite failure
    
    Jivan's work also results in using a different save/restore function for the
    spill-11 test.  So the expected output needs minor adjusting
    
    gcc/testsuite
            * gcc.target/riscv/rvv/base/spill-11.c: Adjust expected output.

diff --git a/gcc/testsuite/gcc.target/riscv/rvv/base/spill-11.c b/gcc/testsuite/gcc.target/riscv/rvv/base/spill-11.c
index 179be1c8c5b..484a2510885 100644
--- a/gcc/testsuite/gcc.target/riscv/rvv/base/spill-11.c
+++ b/gcc/testsuite/gcc.target/riscv/rvv/base/spill-11.c
@@ -9,7 +9,7 @@ void fn3 (char*);
 
 /*
 ** stack_save_restore_2:
-**	call\tt0,__riscv_save_2
+**	call\tt0,__riscv_save_1
 **	csrr\tt0,vlenb
 **	slli\tt1,t0,1
 **	sub\tsp,sp,t1
@@ -23,7 +23,7 @@ void fn3 (char*);
 **	li\tt0,8192
 **	addi\tt0,t0,-192
 **	add\tsp,sp,t0
-**	tail\t__riscv_restore_2
+**	tail\t__riscv_restore_1
 */
 int stack_save_restore_2 (float a1, float a2, float a3, float a4,
                       float a5, float a6, float a7, float a8,

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

only message in thread, other threads:[~2023-08-27 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-27 19:01 [committed] RISC-V: Fix spill-11.c testsuite failure 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).