arm: MVE: Fixes for pointers used in intrinsics for c++
authorAndre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
Tue, 7 Apr 2020 14:38:14 +0000 (15:38 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Tue, 7 Apr 2020 14:44:52 +0000 (15:44 +0100)
commitff0597dcd99d43a4bb0c199dc506205af379b3d4
treecc1d9070156b9d876332acbe24fb79787bffacd2
parentf6d7098d76149d245c11bcd591c4346047b94377
arm: MVE: Fixes for pointers used in intrinsics for c++

This patch fixes the passing of some pointers to builtins that expect slightly
different types of pointers.  In C this didn't prove an issue, but when
compiling for C++ gcc complains.

gcc/ChangeLog:
2020-04-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>

* config/arm/arm_mve.h: Cast some pointers to expected types.
gcc/ChangeLog
gcc/config/arm/arm_mve.h