[PATCH v1 6/6] aarch64: Remove redundant `const` from `constexpr` variables
via Sourceware Forge
forge-bot@forge-test.rdfm.org
Thu Oct 2 13:01:45 GMT 2025
From: Karl Meakin <karl.meakin@arm.com>
`constexpr` on a variable definition implies `const`. Also replace
`CONSTEXPR` macro with `constexpr` keyword.
gcc/ChangeLog:
* config/aarch64/aarch64-sve-builtins.cc (vector_types): Remove
`const` and replace `CONSTEXPR` with `constexpr`.
(mode_suffixes): Likewise.
(type_suffixes): Likewise.
(group_suffixes): Likewise.
(function_groups): Likewise.
(neon_sve_function_groups): Likewise.
(sme_function_groups): Likewise.
---
gcc/config/aarch64/aarch64-sve-builtins.cc | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v1-0006-aarch64-Remove-redundant-const-from-constexpr-var.patch
Type: text/x-patch
Size: 3964 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/test-list/attachments/20251002/4e974a42/attachment.bin>
More information about the Test-list
mailing list