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: