From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 7B6C9385DC0F; Tue, 14 Apr 2020 10:10:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B6C9385DC0F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5264b357a424a38ccdcd3af01d67902109218aa8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 74e7e90de2d89845ca5e3a02b50fac9f032d4ea7 X-Git-Newrev: 5264b357a424a38ccdcd3af01d67902109218aa8 Message-Id: <20200414101011.7B6C9385DC0F@sourceware.org> Date: Tue, 14 Apr 2020 10:10:11 +0000 (GMT) From: Jonathan Wakely X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2020 10:10:11 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 5264b357a424a38ccdcd3af01d67902109218aa8 (commit) from 74e7e90de2d89845ca5e3a02b50fac9f032d4ea7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5264b357a424a38ccdcd3af01d67902109218aa8 Author: Jonathan Wakely Date: Tue Apr 14 11:09:43 2020 +0100 Fix inverted option for disabling new feature (PR 94581) diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 61c767f4..ca49e626 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -444,7 +444,7 @@ a work-in-progress.

uses inline packing for arguments instead of calling a library routine. If the source contains a large number of arguments that need to be repacked, code size or time for compilation can become - excessive. If that is the case, -finline-arg-packing + excessive. If that is the case, -fno-inline-arg-packing can be used to disable inline argument packing.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs