(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
simd/
pr97349.c
       1  /* { dg-do compile } */
       2  
       3  #include <arm_neon.h>
       4  
       5  poly16x8_t  (*fp0)(poly16_t) = vdupq_n_p16;
       6  poly64x2_t  (*fp1)(poly64_t) = vdupq_n_p64;
       7  poly8x16_t  (*fp2)(poly8_t)  = vdupq_n_p8;
       8  int16x8_t   (*fp3)(int16_t)  = vdupq_n_s16;
       9  int8x16_t   (*fp4)(int8_t)   = vdupq_n_s8;
      10  uint16x8_t  (*fp5)(uint16_t) = vdupq_n_u16;
      11  uint8x16_t  (*fp6)(uint8_t)  = vdupq_n_u8;
      12