testsuite/52641 - Fix more sloppy tests.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / pr108177-14.c
bloba093cd4b708dc700ae28301f56a1de0db315c2e2
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
3 /* { dg-options "-O2" } */
4 /* { dg-add-options arm_v8_1m_mve_fp } */
5 /* { dg-final { check-function-bodies "**" "" "" } } */
7 /*
8 ** test:
9 **...
10 ** vstrwt.32 q[0-9]+, \[(?:ip|fp|r[0-9]+)\]
11 **...
12 ** vstrwt.32 q[0-9]+, \[(?:ip|fp|r[0-9]+)\]
13 **...
16 #define TYPE float32x4_t
17 #define INTRINSIC vstrwq_f32
18 #define INTRINSIC_P vstrwq_p_f32
20 #include "pr108177.x"