MIPS: Prevent buffer overrun in uninitialised variable fix
authorMatthew Fortune <matthew.fortune@imgtec.com>
Thu, 20 Apr 2017 13:27:05 +0000 (13:27 +0000)
committerMatthew Fortune <mpf@gcc.gnu.org>
Thu, 20 Apr 2017 13:27:05 +0000 (13:27 +0000)
commit798d7f42dc0c713abcf6b58ed9f1ff4e36391442
treebd92c04bcba3ededec979be27e466c102ad8ff71
parent1b36f6036e5be4dd9110b2fa9bebdd9db48e6ae1
MIPS: Prevent buffer overrun in uninitialised variable fix

gcc/
* config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
uninitialized variable warning to avoid buffer overrun.

From-SVN: r247022
gcc/ChangeLog
gcc/config/mips/mips.c