]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed] Use single quote rather than backquote in RISC-V diagnostic
authorJeff Law <jlaw@ventanamicro.com>
Mon, 24 Jul 2023 14:10:21 +0000 (08:10 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Mon, 24 Jul 2023 14:10:21 +0000 (08:10 -0600)
commitd90e81af8052e96ae3262ed3ac42682537fc42c6
tree36a59188e1e9ee2d361b131eeb9c63dec338d134
parent4be3919fb75e3d2a4d2bb80ba33c14e0973bc08f
[committed] Use single quote rather than backquote in RISC-V diagnostic

Similar to the other patch this morning, this fixes a warning that was causing
the RISC-V bootstrap to fail.

In this case the diagnostic used a backquote.  This changes it to a simple
single quote which the diagnostic framework won't complain about.

Committed to the trunk.

gcc/
* common/config/riscv/riscv-common.cc (riscv_subset_list::add): Use
single quote rather than backquote in diagnostic.
gcc/common/config/riscv/riscv-common.cc