]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Work around bare apostrophe in error string.
authorRobin Dapp <rdapp@ventanamicro.com>
Fri, 26 Jul 2024 10:58:38 +0000 (12:58 +0200)
committerRobin Dapp <rdapp@ventanamicro.com>
Fri, 26 Jul 2024 12:17:08 +0000 (14:17 +0200)
commit3f2bf415b447a0f6bc424c688b06e1f5946688a0
treea7d9b27459720cb26c2996b2ca77e6f35157014e
parent29e4e4bdb674118b898d50ce7751c183aa0a44ee
RISC-V: Work around bare apostrophe in error string.

An unquoted apostrophe slipped through when testing the recent
V/M extension patch.  This, again, re-words the message to
"Currently the 'V' implementation requires the 'M' extension".

Going to commit as obvious after testing.

gcc/ChangeLog:

* config/riscv/riscv.cc (riscv_override_options_internal):
Reword error string without apostrophe.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/base/pr116036.c: Adjust expected error
string.
gcc/config/riscv/riscv.cc
gcc/testsuite/gcc.target/riscv/rvv/base/pr116036.c