From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15387 invoked by alias); 20 Dec 2019 11:54:38 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 15325 invoked by uid 9536); 20 Dec 2019 11:54:38 -0000 Date: Fri, 20 Dec 2019 11:54:00 -0000 Message-ID: <20191220115438.15322.qmail@sourceware.org> From: tkoenig@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ae422456620e1a4bf42c7186d39aba99deee946d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c351d6f71350fcad235ad57cf0e8899e60faa7ce X-Git-Newrev: ae422456620e1a4bf42c7186d39aba99deee946d X-SW-Source: 2019/txt/msg00319.txt.bz2 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 ae422456620e1a4bf42c7186d39aba99deee946d (commit) from c351d6f71350fcad235ad57cf0e8899e60faa7ce (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 ae422456620e1a4bf42c7186d39aba99deee946d Author: Thomas König Date: Fri Dec 20 12:53:58 2019 +0100 Document -finline-arg-packing for Fortran. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index bf24de3..bda58d5 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -222,6 +222,14 @@ a work-in-progress.

has been removed.
  • + At any optimization level except-Os, gfortran now + 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 + can be used to disable inline argument packing. +
  • +
  • Legacy extensions:
    • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- gcc-wwwdocs