From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7871) id 8632F3858C50; Fri, 26 Apr 2024 13:24:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8632F3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714137854; bh=YhV2csthPGW9UqFzBEN0tg4c74Lt7/e4Bn/kFIWCd3E=; h=To:Subject:Date:From:From; b=kiTgPRDtKptQiC06yAhq6bzXd9IF0kz+YbkWJ0fIjzWb2dFYEDyXE83HKEZoOuznz /5xC+tpsQmE/Pn1sCLYzX0AuZhK+1dQdujQp6pwadjdANRoWXznB0z99XPcRQ3RA2N 491c3GOWFsOhFDcomhbXaf/AeTg5JHN3HxBBnEWM= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c4af1db30a0b7cbc710309a779eb967d801dfdde X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 65972a4db45912ed8738bf4c367b4e8e173b2587 X-Git-Newrev: c4af1db30a0b7cbc710309a779eb967d801dfdde Message-Id: <20240426132414.8632F3858C50@sourceware.org> Date: Fri, 26 Apr 2024 13:24:14 +0000 (GMT) From: Marc Poulhi?s 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 c4af1db30a0b7cbc710309a779eb967d801dfdde (commit) from 65972a4db45912ed8738bf4c367b4e8e173b2587 (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 c4af1db30a0b7cbc710309a779eb967d801dfdde Author: Marc Poulhiès Date: Fri Apr 26 15:23:20 2024 +0200 gcc-14/changes.html: fix incorrect html in Ada section diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 47fef32d..a07fe65b 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -293,12 +293,14 @@ a work-in-progress.

switch -gnateH to force reverse Bit_Order threshold to 64.
  • Experimental features: -
      Storage - Model: this feature proposes to redesign the concepts of Storage Pools - into a more efficient model allowing higher performances and easier - integration with low footprint embedded run-times.
    - +
      +
    • Storage + Model: this feature proposes to redesign the concepts of Storage Pools + into a more efficient model allowing higher performances and easier + integration with low footprint embedded run-times.
    • +
    • String + Interpolation: allows for easier string formatting.
    • +
  • Further clean up and improvements to the GNAT code.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs