arm: fix array-out-of-bounds upon register parsing error
authorJan Beulich <jbeulich@suse.com>
Thu, 10 Jun 2021 10:39:40 +0000 (12:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 10 Jun 2021 10:39:40 +0000 (12:39 +0200)
commite925962f4e5767a1d1d43fd3876564912ba807e1
tree5e7035c4de393f7fc13cc409edce02bb32dbcbff
parent7772f16880afc636b43184f443d173ec93302242
arm: fix array-out-of-bounds upon register parsing error

Despite the comment ahead of the enum explicitly pointing out the need
to also update the corresponding array, 1b8833198c0 ("Add support for
MVE instructions: vcmp and vpt") failed to do so. Oddly enough the issue
appears to be spotted only by rather old gcc (4.3-ish in my case).
gas/ChangeLog
gas/config/tc-arm.c
This page took 0.027308 seconds and 4 git commands to generate.