Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
[testcase][fix] fix a wrong canonical order problem in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
linsinan1995 committed May 13, 2021
1 parent e4aa2c7 commit 29d62e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc/testsuite/gcc.target/riscv/attribute-8.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O -mriscv-attribute -march=rv32i2p0xv5_xabc -mabi=ilp32" } */
/* { dg-options "-O -mriscv-attribute -march=rv32i2p0xabc_xv5 -mabi=ilp32" } */
int foo()
{
}
/* { dg-final { scan-assembler ".attribute arch, \"rv32i2p0_xv5p0_xabc2p0\"" } } */
/* { dg-final { scan-assembler ".attribute arch, \"rv32i2p0_xabc2p0_xv5p0\"" } } */

0 comments on commit 29d62e2

Please sign in to comment.