(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
pcs/
nosve_8.c
       1  /* { dg-do compile } */
       2  /* { dg-prune-output "compilation terminated" } */
       3  
       4  #include <arm_sve.h>
       5  
       6  #pragma GCC target "+nosve"
       7  
       8  void
       9  f (float a, float b, float c, float d, float e, float f, float g, float h, svuint8_t x) /* { dg-error {arguments of type '(svuint8_t|__SVUint8_t)' require the SVE ISA extension} } */
      10  {
      11  }