1 /* { dg-options "-msve-vector-bits=512" } */
2
3 #pragma GCC target "+nosve"
4
5 void
6 foo (void)
7 {
8 (int __attribute__ ((__vector_size__ (64)))){};
9 }
1 /* { dg-options "-msve-vector-bits=512" } */
2
3 #pragma GCC target "+nosve"
4
5 void
6 foo (void)
7 {
8 (int __attribute__ ((__vector_size__ (64)))){};
9 }