From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35794 invoked by alias); 28 Nov 2019 22:26:26 -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 35700 invoked by uid 9022); 28 Nov 2019 22:26:25 -0000 Date: Thu, 28 Nov 2019 22:26:00 -0000 Message-ID: <20191128222625.35696.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b22559c84001d6c75c64597f96ca119b488b9b1a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 34bfcf1947c44e458af1b7ba201f25071c4d80a5 X-Git-Newrev: b22559c84001d6c75c64597f96ca119b488b9b1a X-SW-Source: 2019/txt/msg00304.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 b22559c84001d6c75c64597f96ca119b488b9b1a (commit) from 34bfcf1947c44e458af1b7ba201f25071c4d80a5 (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 b22559c84001d6c75c64597f96ca119b488b9b1a Author: Gerald Pfeifer Date: Thu Nov 28 23:25:48 2019 +0100 Improve grammar in the legacy extensions part of the Fortran section. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index de55081..f0f0d31 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -219,21 +219,21 @@ a work-in-progress.

  • A blank format item at the end of a format specification, i.e. nothing following the final comma, is allowed. Use the option - -fdec-blank-format-item, this options is implied with + -fdec-blank-format-item; this option is implied with -fdec.
  • The existing support for AUTOMATIC and STATIC attributes has been extended to allow variables with the AUTOMATIC attribute to be used in EQUIVALENCE - statements. Use -fdec-static, this option is implied by + statements. Use -fdec-static; this option is implied by -fdec.
  • Allow character literals in assignments and DATA statements for numeric (INTEGER, REAL, or COMPLEX) or LOGICAL variables. Use the option - -fdec-char-conversions, this options is implied with + -fdec-char-conversions; this option is implied with -fdec.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs