Commit ee9021bc by Kito Cheng Committed by Kito Cheng

RISC-V: Fix testcase on rv64

gcc/testsuite/ChangeLog:

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

From-SVN: r273968
parent b13e3196
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> 2019-07-31 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/diagnostic/delete1.C: New. * g++.dg/diagnostic/delete1.C: New.
......
/* { dg-do compile } */ /* { 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() int foo()
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment