File aarch64-vmlaq-lane-s32.diff of Package gcc48

Backport from https://android-review.googlesource.com/#/c/99470

--- gcc/config/aarch64/arm_neon.h
+++ gcc/config/aarch64/arm_neon.h
@@ -9984,7 +9984,7 @@
 #define vmlaq_lane_s32(a, b, c, d)                                      \
   __extension__                                                         \
     ({                                                                  \
-       int32x4_t c_ = (c);                                              \
+       int32x2_t c_ = (c);                                              \
        int32x4_t b_ = (b);                                              \
        int32x4_t a_ = (a);                                              \
        int32x4_t result;                                                \
openSUSE Build Service is sponsored by