public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-6115] RISC-V: Rename bug-01.C to bug-1.C
@ 2023-12-04 12:07 Lehua Ding
  0 siblings, 0 replies; only message in thread
From: Lehua Ding @ 2023-12-04 12:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:969d4e25e7dccaf9f3a32126545b73725b5b455d

commit r14-6115-g969d4e25e7dccaf9f3a32126545b73725b5b455d
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Mon Dec 4 19:57:21 2023 +0800

    RISC-V: Rename bug-01.C to bug-1.C
    
    Rename test to make RVV tests consistent, prepare for the following patches.
    
    gcc/testsuite/ChangeLog:
    
            * g++.target/riscv/rvv/autovec/bug-01.C: Moved to...
            * g++.target/riscv/rvv/autovec/bug-1.C: ...here.

Diff:
---
 gcc/testsuite/g++.target/riscv/rvv/autovec/{bug-01.C => bug-1.C} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/g++.target/riscv/rvv/autovec/bug-01.C b/gcc/testsuite/g++.target/riscv/rvv/autovec/bug-1.C
similarity index 99%
rename from gcc/testsuite/g++.target/riscv/rvv/autovec/bug-01.C
rename to gcc/testsuite/g++.target/riscv/rvv/autovec/bug-1.C
index fd10009ddbe..d142a0a1fc2 100644
--- a/gcc/testsuite/g++.target/riscv/rvv/autovec/bug-01.C
+++ b/gcc/testsuite/g++.target/riscv/rvv/autovec/bug-1.C
@@ -5,6 +5,7 @@ public:
   int e();
   void j();
 };
+
 float *d;
 class k {
   int f;
@@ -21,6 +22,7 @@ public:
     }
   }
 };
+
 c l;
 void o() {
   int b = l.e();

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

only message in thread, other threads:[~2023-12-04 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-04 12:07 [gcc r14-6115] RISC-V: Rename bug-01.C to bug-1.C Lehua Ding

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).