]> gcc.gnu.org Git - gcc.git/commit
arm: [MVE intrinsics] Add default clause to full_width_access::memory_vector_mode
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 23 Nov 2023 14:30:10 +0000 (14:30 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 23 Nov 2023 15:54:32 +0000 (15:54 +0000)
commitb9dbdefac626ba20222ca534b58f7e493d713b9a
tree79f40e5531802cd9c57422638b8411b7d7937448
parentb2d17bdd45b582b93e89c00b04763a45f97d7a34
arm: [MVE intrinsics] Add default clause to full_width_access::memory_vector_mode

My recent commit 0c2037d9d93a8f768cb11698ff794278246bb31f added a
switch statement lacking a default clause, leading to warnings or
errors when building with --enable-werror-always.

Fix by adding an empty default.

Committed as obvious.

2023-11-23  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* config/arm/arm-mve-builtins-functions.h
(full_width_access::memory_vector_mode): Add default clause.
gcc/config/arm/arm-mve-builtins-functions.h
This page took 0.064264 seconds and 6 git commands to generate.