https://gcc.gnu.org/g:2fd0ba5e5eef177f4e19ea015eb702824ed9d3c4

commit r16-6291-g2fd0ba5e5eef177f4e19ea015eb702824ed9d3c4
Author: Robin Dapp <[email protected]>
Date:   Mon Dec 15 15:19:21 2025 +0100

    docs: Use unicode quotation for else value.
    
    As suggested by Stefan, this changes the quotation marks in the docs
    for "else value".
    
    gcc/ChangeLog:
    
            * doc/md.texi: Use unicode quotation marks.

Diff:
---
 gcc/doc/md.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index ced69e741d01..6ca039b70f96 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -5411,7 +5411,7 @@ This pattern is not allowed to @code{FAIL}.
 Load (operand 3 + operand 4) elements from memory operand 1
 into vector register operand 0.  Operands 0 and 1 have mode @var{m},
 which must be a vector mode.  Operand 3 has whichever integer mode the
-target prefers.  Operand 2 (the “else value”) is of mode @var{m} and
+target prefers.  Operand 2 (the ``else value'') is of mode @var{m} and
 specifies which value is loaded for the remaining elements.  The predicate
 of operand 2 must only accept the else values that the target actually
 supports.  Operand 4 conceptually has mode @code{QI}.

Reply via email to