arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr50635.c
blob3d84357049dad5755844aeeb687fa48ea66d7229
1 /* { dg-do compile } */
3 typedef signed long int32_t;
4 typedef char int8_t;
6 void f0a(int32_t * result, int32_t * arg1, int8_t * arg2, int32_t temp_3)
8 int idx;
9 for (idx=0;idx<10;idx += 1)
11 int32_t temp_4;
12 int32_t temp_12;
14 temp_4 = (-2 & arg2[idx]) + temp_3;
15 temp_12 = -2 * arg2[idx] + temp_4;
16 result[idx] = temp_12;