(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
riscv/
arch-7.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-march=rv32i -march=rv32im_s -mabi=ilp32" } */
       3  int foo()
       4  {
       5  }
       6  /* { dg-error ".'-march=rv32im_s': name of supervisor extension must be more than 1 letter" "" { target *-*-* } 0 } */