RISC-V: Fix typo in test abi configuration
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>
This commit is contained in:
parent
f37744662c
commit
806789e6da
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue