From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2071) id 1DEE53858C33; Tue, 2 Jan 2024 19:45:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DEE53858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704224716; bh=lfmfH4p4ooroNbEQD5fQsXOxvFJ/HpMoieBHPKoolMQ=; h=To:Subject:Date:From:From; b=fxIEUlmOqXN8DaCWnyqhhYjexCXwXorm4EpWoohtTrZFH7a7EhlSGRELcc901hW21 rRfNQmlpclJPQR+NptWsfcK6V+/gaZTbrFF+NmYUSCvUSj2p7SkhiG1LNSuV2d98y+ eUPhB8pVcP8k1k7X0mLfXM/tUBtgiuNLI65lZ3Ck= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1f1b4088cb2beea6a576c9cac9958dc39343360d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 99d3996a041d03e124875824312718593cd2e432 X-Git-Newrev: 1f1b4088cb2beea6a576c9cac9958dc39343360d Message-Id: <20240102194516.1DEE53858C33@sourceware.org> Date: Tue, 2 Jan 2024 19:45:15 +0000 (GMT) From: Harald Anlauf List-Id: 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 1f1b4088cb2beea6a576c9cac9958dc39343360d (commit) from 99d3996a041d03e124875824312718593cd2e432 (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 1f1b4088cb2beea6a576c9cac9958dc39343360d Author: Harald Anlauf Date: Tue Jan 2 20:44:47 2024 +0100 Document new option -std=f2023 for Fortran. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 403feb06..9b16f5e3 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -284,6 +284,11 @@ a work-in-progress.

Fortran

    +
  • The compiler now accepts the -std=f2023 option, which + has been added in preparation of support of Fortran 2023. This option + increases the line-length limit for source in free-form to 10000, and + statements may have up to 1 million characters. +
  • With the -save-temps option, preprocessed files with the .fii extension will be generated from free-form source files such as .F90 and ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs