diff options
author | Richard Earnshaw <rearnsha@arm.com> | 2019-10-16 16:44:34 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2019-10-16 16:44:34 +0000 |
commit | b7bfd3c503b063ad9bbcb975816423e82cf48636 (patch) | |
tree | 749d20ee8d28ea1546abbbca149e882a8fd7eba1 /gcc/tree-ssa-strlen.c | |
parent | c32ffa8d1e16894d0338bbe79140bbae8e82a83c (diff) | |
download | gcc-b7bfd3c503b063ad9bbcb975816423e82cf48636.zip gcc-b7bfd3c503b063ad9bbcb975816423e82cf48636.tar.gz gcc-b7bfd3c503b063ad9bbcb975816423e82cf48636.tar.bz2 |
[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
Diffstat (limited to 'gcc/tree-ssa-strlen.c')
0 files changed, 0 insertions, 0 deletions