aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/riscv/attribute-c-5.c
blob: 14e95516cc59b165bb5ccaf2de8a1ee8f39308ee (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-mriscv-attribute -march=rv32ifd_zca_zcf_zcd -mabi=ilp32" } */

void foo(){}

/* { dg-final { scan-assembler ".attribute arch, \"rv32i2p1_f2p2_d2p2_c2p0_zicsr2p0_zca1p0_zcd1p0_zcf1p0\"" } } */