Message ID | d26218f5-6167-97a7-9f4c-0458b6ba8297@gmail.com |
---|---|
State | New |
Headers | show |
Series | [committed,RISC-V] Fix minor issues in diagnostic message | expand |
diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc index 332fa720f01..941ea25e1f2 100644 --- a/gcc/config/riscv/riscv.cc +++ b/gcc/config/riscv/riscv.cc @@ -6713,7 +6713,7 @@ riscv_option_override (void) We can only allow TARGET_MIN_VLEN * 8 (LMUL) < 65535. */ if (TARGET_MIN_VLEN > 4096) sorry ( - "Current RISC-V GCC can not support VLEN > 4096bit for 'V' Extension"); + "Current RISC-V GCC cannot support VLEN greater than 4096bit for 'V' Extension"); /* Convert -march to a chunks count. */ riscv_vector_chunks = riscv_convert_vector_bits ();