From patchwork Fri Nov 19 20:57:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iain Sandoe X-Patchwork-Id: 47958 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D1FAF385802B for ; Fri, 19 Nov 2021 20:57:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1FAF385802B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1637355462; bh=NZZoGE/Cy0yXmVB43cap5ZK7VDzNiwlsmN8bm/BwIDo=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=VrDcKUL6GR7ns8s6xIwCpI3eLwX5v2R8bi8dscxpETpaT2sOyEscC2s8OYOSsv+fT XlFtUPPu4Fm4Yo7PzuKFDtYbNAJZ27K4xbZGMRkq4y94kyTHDa+ORZNH5E2gEuYOyr Ti8+BwcrwGwpIRAkeSzywbDvkI1m4zR/bxRiAK8g= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id C5C9F385783B for ; Fri, 19 Nov 2021 20:57:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C5C9F385783B Received: by mail-wr1-x42b.google.com with SMTP id n29so20150516wra.11 for ; Fri, 19 Nov 2021 12:57:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:reply-to :mime-version:content-transfer-encoding; bh=NZZoGE/Cy0yXmVB43cap5ZK7VDzNiwlsmN8bm/BwIDo=; b=Tllpj0r66BYlitYQFiuZwwgHmt/Tl9bS7u4I46Fbfz/BtXQW0k1ejbIKYM0ssBqtTz qEa/rvpRrxQoTSfrJW1H1A7w37aN8IqQxA3r5XkrhSwRibJCde5wgfxtv1KAocX2S5kx AvsYPnsHNKAGMEdYOU/pFrlRpyox0L8WxTo56PlA/LBF/5Lrcqjeb5A5TrybKpUehFhK TrEqcxc6iMgkxiKO+z1ngffsF3UpCSoyA3dMsHVQLOtmrAC2VbBEyFY2YagzpsBEE8iT PDi9xQsAhZBAExtFriwm2ec0+Uql5VFj4+KMGq7K1sTak/F+fTvaFeFvZIrYQ2U9k6DL MqDg== X-Gm-Message-State: AOAM532+TdvY2S7eTudqqqw0iMbbo4zFwnz7lf8H/62lOXxUs5L2VcDV zafXwMZw/hapN8KBU8eAGOHr0TC3VF8= X-Google-Smtp-Source: ABdhPJyBKPCUbvxfNwPutfhNf4t6Uo/RJeE1yKQHaX4p1HphF8hlMy5Sr6okyOCmOR73ty4+VbCG7A== X-Received: by 2002:adf:e484:: with SMTP id i4mr10953431wrm.49.1637355428705; Fri, 19 Nov 2021 12:57:08 -0800 (PST) Received: from localhost.localdomain (host81-138-1-83.in-addr.btopenworld.com. [81.138.1.83]) by smtp.gmail.com with ESMTPSA id z12sm744615wrv.78.2021.11.19.12.57.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Nov 2021 12:57:08 -0800 (PST) X-Google-Original-From: Iain Sandoe To: gcc-patches@gcc.gnu.org Subject: [PATCH] gcc, doc: Fix Darwin bootstrap: Amend an @option command to elide a space. Date: Fri, 19 Nov 2021 20:57:01 +0000 Message-Id: <20211119205701.10119-1-iain@sandoe.co.uk> X-Mailer: git-send-email 2.24.3 (Apple Git-128) MIME-Version: 1.0 X-Spam-Status: No, score=-8.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Iain Sandoe via Gcc-patches From: Iain Sandoe Reply-To: iain@sandoe.co.uk Cc: Iain Sandoe Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" At least some version(s) of makeinfo (4.8) do not like @option {-xxxx} the brace has to follow the @option without any whitespace. makeinfo 4.8 is installed on Darwin systems and this breaks bootstrap. The amendment follows the style of the surrounding code. tested on Darwin9, 18, 19, 20, 21, pushed to master as trivial/bootstrap fix, thanks Iain Signed-off-by: Iain Sandoe gcc/ChangeLog: * doc/invoke.texi: Remove whitespace after an @option. --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1cfb70291f6..4b1b58318f0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10677,7 +10677,7 @@ valid for all standard-compliant programs. It turns on @option{-ffast-math}, @option{-fallow-store-data-races} and the Fortran-specific @option{-fstack-arrays}, unless @option{-fmax-stack-var-size} is specified, and @option{-fno-protect-parens}. -It turns off @option {-fsemantic-interposition}. +It turns off @option{-fsemantic-interposition}. @item -Og @opindex Og