aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2021-03-17 11:12:25 +0000
committerTamar Christina <tamar.christina@arm.com>2021-03-17 11:12:25 +0000
commit39916ceab4940315e84bcd966da2c1d4a8e1734b (patch)
tree1b13e93a6a7e6bbd872c7f92fe74a9cbfce4698e /gcc/ada/gcc-interface/utils.c
parentbc2127767a0076afdbc9075fda29f97f82ef7ec6 (diff)
downloadgcc-39916ceab4940315e84bcd966da2c1d4a8e1734b.zip
gcc-39916ceab4940315e84bcd966da2c1d4a8e1734b.tar.gz
gcc-39916ceab4940315e84bcd966da2c1d4a8e1734b.tar.bz2
AArch64: Fix -Werror issue in aarch64_simd_clone_compute_vecsize_and_simdlen
g:fcefc59befd396267b824c170b6a37acaf10874e introduced a new variable named arg_type which shadows the function scoped one. The function scoped one is now unused and so causes bootstrap to fail due to -Werror. This patch removes the unused variable. gcc/ChangeLog: PR target/99542 * config/aarch64/aarch64.c (aarch64_simd_clone_compute_vecsize_and_simdlen): Remove unused var.
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
0 files changed, 0 insertions, 0 deletions