]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Fix typo in test abi configuration
authorPan Li <pan2.li@intel.com>
Sun, 3 Dec 2023 14:13:00 +0000 (22:13 +0800)
committerPan Li <pan2.li@intel.com>
Sun, 3 Dec 2023 14:17:30 +0000 (22:17 +0800)
It should be -mabi=lp64d instead of -mabi=lp64, committed in as obvious.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/base/pr112743-1.c: Fix typo.
* gcc.target/riscv/rvv/base/pr112743-2.c: Ditto.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/gcc.target/riscv/rvv/base/pr112743-1.c
gcc/testsuite/gcc.target/riscv/rvv/base/pr112743-2.c

index 2e62e60d89bdba9b85a6cb790a5cc1eb13d79a2b..0f6d005aee89c24b0df76735e445f794863168b9 100644 (file)
@@ -1,6 +1,6 @@
 /* Test that we do not have ice when compile */
 /* { dg-do compile } */
-/* { dg-options "-march=rv64gc_zve32f_zvfh_zfh -mabi=lp64 -O2" } */
+/* { dg-options "-march=rv64gc_zve32f_zvfh_zfh -mabi=lp64d -O2" } */
 
 typedef struct test_a {
   void *x;
index fdb35fd70f26c7cc5aa11216341a41f293269511..27eefc6b4ab88feb34f02ae8ab618da11391ac5b 100644 (file)
@@ -1,6 +1,6 @@
 /* Test that we do not have ice when compile */
 /* { dg-do compile } */
-/* { dg-options "-march=rv64gc_zve32f_zvfh_zfh -mabi=lp64 -O2" } */
+/* { dg-options "-march=rv64gc_zve32f_zvfh_zfh -mabi=lp64d -O2" } */
 
 #include <sys/types.h>