From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5272 invoked by alias); 11 Dec 2019 02:34:49 -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 5218 invoked by uid 9548); 11 Dec 2019 02:34:49 -0000 Date: Wed, 11 Dec 2019 02:34:00 -0000 Message-ID: <20191211023449.5215.qmail@sourceware.org> From: jvdelisle@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c351d6f71350fcad235ad57cf0e8899e60faa7ce X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4c3529b2c6a75184fc957dfd11ee4ddeee82eae4 X-Git-Newrev: c351d6f71350fcad235ad57cf0e8899e60faa7ce X-SW-Source: 2019/txt/msg00318.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 c351d6f71350fcad235ad57cf0e8899e60faa7ce (commit) from 4c3529b2c6a75184fc957dfd11ee4ddeee82eae4 (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 c351d6f71350fcad235ad57cf0e8899e60faa7ce Author: Jerry DeLisle Date: Tue Dec 10 18:29:21 2019 -0800 2019-12-10 Jerry DeLisle * gcc-10/changes.html: Mention CO_BROADCAST. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 23481e8..bf24de3 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -254,12 +254,18 @@ a work-in-progress.

CHARACTER expressions. Use the option -fdec. -
  • - Character type names in errors and warnings now include len - in addition to kind; * is used for assumed - length. The kind is omitted if it is the default kind. Examples: - CHARACTER(12), CHARACTER(6,4). -
  • +
  • + Character type names in errors and warnings now include len + in addition to kind; * is used for assumed + length. The kind is omitted if it is the default kind. Examples: + CHARACTER(12), CHARACTER(6,4). +
  • +
  • + CO_BROADCAST now supports derived type variables including + objects with allocatable components. In this case, the optional arguments + STAT= and ERRMSG= are currently ignored. +
  • + ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs