From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1873) id 06B063858D3C; Fri, 11 Mar 2022 22:36:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06B063858D3C MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Iain Buclaw To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-7617] d: Fix mistakes in strings to be translated [PR104552] X-Act-Checkin: gcc X-Git-Author: Iain Buclaw X-Git-Refname: refs/heads/master X-Git-Oldrev: 251ea6dfbdb4448875e41081682bb3aa451b5729 X-Git-Newrev: 7a6ba7c7cb6ff5ac9bbcc747bd5fad957b78fa0a Message-Id: <20220311223640.06B063858D3C@sourceware.org> Date: Fri, 11 Mar 2022 22:36:40 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2022 22:36:40 -0000 https://gcc.gnu.org/g:7a6ba7c7cb6ff5ac9bbcc747bd5fad957b78fa0a commit r12-7617-g7a6ba7c7cb6ff5ac9bbcc747bd5fad957b78fa0a Author: Iain Buclaw Date: Fri Mar 11 21:59:57 2022 +0100 d: Fix mistakes in strings to be translated [PR104552] Address comments made in PR104552 about documented D language options. gcc/d/ChangeLog: PR translation/104552 * lang.opt (fdump-cxx-spec=): Fix typo in argument handle. (fpreview=fixaliasthis): Quote `alias this' as code. Diff: --- gcc/d/lang.opt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/d/lang.opt b/gcc/d/lang.opt index 491797a1b6b..7859e1583c8 100644 --- a/gcc/d/lang.opt +++ b/gcc/d/lang.opt @@ -277,7 +277,7 @@ Add comments for ignored declarations in the generated C++ header. fdump-c++-spec= D RejectNegative Joined --fdump-cxx-spec= Write all declarations as C++ code to . +-fdump-cxx-spec= Write all declarations as C++ code to . fdump-d-original D @@ -370,7 +370,7 @@ Use field-wise comparisons for struct equality. fpreview=fixaliasthis D RejectNegative -When a symbol is resolved, check alias this scope before going to upper scopes. +When a symbol is resolved, check `alias this' scope before going to upper scopes. fpreview=in D RejectNegative