1 /* { dg-options "-O2 -march=rv32if -mabi=ilp32f" } */
2 /* { dg-do compile } */
3 
f()4 int f()
5 {
6   return __builtin_riscv_frflags();
7 }
8