[arm] fix bootstrap failure due to uninitialized warning
commitb7bfd3c503b063ad9bbcb975816423e82cf48636
authorRichard Earnshaw <rearnsha@arm.com>
Wed, 16 Oct 2019 16:44:34 +0000 (16 16:44 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Wed, 16 Oct 2019 16:44:34 +0000 (16 16:44 +0000)
tree749d20ee8d28ea1546abbbca149e882a8fd7eba1
parentc32ffa8d1e16894d0338bbe79140bbae8e82a83c
[arm] fix bootstrap failure due to uninitialized warning

The Arm port is failing bootstrap because GCC is now warning about an
unitialized array.

The code is complex enough that I certainly can't be sure the compiler
is wrong, so perhaps the best fix here is just to memset the entire
array before use.

* config/arm/arm.c (neon_valid_immediate): Clear bytes before use.

From-SVN: r277073
gcc/ChangeLog
gcc/config/arm/arm.c