From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id AE7033858D28; Fri, 24 Mar 2023 11:23:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE7033858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679656983; bh=uIgp8/0jkBfISkFKLJoSL88NgKCEGGeEkPdWfjw5xMs=; h=To:Subject:Date:From:From; b=dBCY0OmyaGGc2sS5U7KdtJyoZ1IW7n2smqR6GRBm7k/cXpm2fSoIO3m2qsrDagvmV u0sSXWh8iL/X/oJ2ZSQ0ibGK6RWqDkWOPhO8M5NsxM4xi5S1W7lq4TfQgCpHDrwLCk x4OykGUKN0GDrh45ldSqnsVeGYKM0KwNhh2aGD4E= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 802b5d3be39f6e2a474b4ec5e420a9c4ada8f190 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 98b07c3fe93217a6af211739bec90668709bb8ba X-Git-Newrev: 802b5d3be39f6e2a474b4ec5e420a9c4ada8f190 Message-Id: <20230324112303.AE7033858D28@sourceware.org> Date: Fri, 24 Mar 2023 11:23:03 +0000 (GMT) From: Gaius Mulley 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 802b5d3be39f6e2a474b4ec5e420a9c4ada8f190 (commit) from 98b07c3fe93217a6af211739bec90668709bb8ba (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 802b5d3be39f6e2a474b4ec5e420a9c4ada8f190 Author: Gaius Mulley Date: Fri Mar 24 11:20:38 2023 +0000 gcc-13/changes.html: Correct link to the modula-2 documentation Signed-off-by: Gaius Mulley diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index f8e9560c..ff70d2ee 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -397,7 +397,7 @@ a work-in-progress.

libraries.
  • The <* noreturn *> attribute is supported with the -Wreturn-type - + option.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs