RISC-V: Fix testcase on rv64

gcc/testsuite/ChangeLog:

	* gcc.target/riscv/attribute-10.c: Fix testcase on rv64.

From-SVN: r273968
This commit is contained in:
Kito Cheng 2019-08-01 06:33:48 +00:00 committed by Kito Cheng
parent b13e319661
commit ee9021bc15
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-08-01 Kito Cheng <kito.cheng@sifive.com>
* gcc.target/riscv/attribute-10.c: Fix testcase on rv64.
2019-07-31 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/diagnostic/delete1.C: New.

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -march=rv32im_s_sx_unexpectedstring -mabi=ilp32" } */
/* { dg-options "-O2 -march=rv32i -march=rv32im_s_sx_unexpectedstring -mabi=ilp32" } */
int foo()
{
}