(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
pr104474-1.c
       1  /* { dg-options "-mcpu=neoverse-512tvb -frounding-math -msve-vector-bits=512" } */
       2  
       3  typedef float __attribute__((__vector_size__ (64))) F;
       4  
       5  F
       6  foo (void)
       7  {
       8    return (F){68435453, 0, 0, 0, 0, 0, 0, 5, 0, 431144844};
       9  }