1  /* { dg-options "-march=armv8-a" } */
       2  
       3  void
       4  f (__SVInt8_t *x, __SVInt8_t *y)
       5  {
       6    *x = *y; /* { dg-error {this operation requires the SVE ISA extension} } */
       7    *x = *y;
       8  }
       1  /* { dg-options "-march=armv8-a" } */
       2  
       3  void
       4  f (__SVInt8_t *x, __SVInt8_t *y)
       5  {
       6    *x = *y; /* { dg-error {this operation requires the SVE ISA extension} } */
       7    *x = *y;
       8  }