From: Christophe Lyon Date: Thu, 11 Apr 2019 10:56:08 +0000 (+0000) Subject: [aarch64] PR90016 - aarch64: reference to undeclared N in help for command line option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f499726a0001acfa6a310f5dc148e1d7f3959452;p=gcc.git [aarch64] PR90016 - aarch64: reference to undeclared N in help for command line option 2019-04-11 Christophe Lyon PR target/90016 * config/aarch64/aarch64.opt (msve-vector-bits): Add missing final '.'. From-SVN: r270280 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c26bf76832..766ca7fb30b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ +2019-04-11 Christophe Lyon + + PR target/90016 + * config/aarch64/aarch64.opt (msve-vector-bits): Add missing final '.'. + 2019-04-11 Jakub Jelinek - + PR rtl-optimization/89965 * dce.c (sp_based_mem_offset): New function. (find_call_stack_args): Use sp_based_mem_offset. diff --git a/gcc/config/aarch64/aarch64.opt b/gcc/config/aarch64/aarch64.opt index 3dc768fab39..7719c3b6352 100644 --- a/gcc/config/aarch64/aarch64.opt +++ b/gcc/config/aarch64/aarch64.opt @@ -216,7 +216,7 @@ Enum(sve_vector_bits) String(2048) Value(SVE_2048) msve-vector-bits= Target RejectNegative Joined Enum(sve_vector_bits) Var(aarch64_sve_vector_bits) Init(SVE_SCALABLE) --msve-vector-bits= Set the number of bits in an SVE vector register +-msve-vector-bits= Set the number of bits in an SVE vector register. mverbose-cost-dump Target Undocumented Var(flag_aarch64_verbose_cost)