From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83418 invoked by alias); 29 Jan 2020 16:35:44 -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 83359 invoked by uid 10209); 29 Jan 2020 16:35:44 -0000 Date: Wed, 29 Jan 2020 16:35:00 -0000 Message-ID: <20200129163544.83356.qmail@sourceware.org> From: abensonca@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b88b1edba71bbca44429c28b7518d76678ab6acb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a4646738299135fc74b4de75b2b38dbca2863195 X-Git-Newrev: b88b1edba71bbca44429c28b7518d76678ab6acb X-SW-Source: 2020/txt/msg00079.txt 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 b88b1edba71bbca44429c28b7518d76678ab6acb (commit) from a4646738299135fc74b4de75b2b38dbca2863195 (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 b88b1edba71bbca44429c28b7518d76678ab6acb Author: Andrew Benson Date: Wed Jan 29 16:35:11 2020 +0000 Add note on ABI change due to Frotran PR93461. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index dcce6b8..5a959a1 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -446,6 +446,13 @@ a work-in-progress.

objects with allocatable components. In this case, the optional arguments STAT= and ERRMSG= are currently ignored. +
  • + The handling of module and submodule names has been reworked to allow the + full 63-character length mandated by the standard. Previously symbol names + were truncated if the combined length of module, submodule, and function + name exceeded 126 characters. This change therefore breaks the ABI, but only + for cases where this 126 character limit was exceeded. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs