From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 073903858D32; Fri, 10 Mar 2023 17:37:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 073903858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678469866; bh=Tm7+I4pyx6S2Un8raxtSHlaoOFxrqhoWbpCh9LAwquo=; h=To:Subject:Date:From:From; b=CdN5qnq96sb30IOOxdPIDAXmrol6A3gJ5ugm4oj4qSjxN2R2H6GldwW42FHjIDrwb 6ynuasXqfkFXqZojKwlggu3Kzb+cO5daJV7e4sZjJQFdjNPMdn0hXVVaPo4XLxJMqD sSCBRvk0B5TU8KctQmwoQL9pOsV9J7rF39Q3XO6o= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d6b11a669f37456609ea3f083c42c1afe75855de X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e7ae9aaeb5b46dabb53e99370957998df23dae89 X-Git-Newrev: d6b11a669f37456609ea3f083c42c1afe75855de Message-Id: <20230310173746.073903858D32@sourceware.org> Date: Fri, 10 Mar 2023 17:37:46 +0000 (GMT) From: Gerald Pfeifer 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 d6b11a669f37456609ea3f083c42c1afe75855de (commit) from e7ae9aaeb5b46dabb53e99370957998df23dae89 (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 d6b11a669f37456609ea3f083c42c1afe75855de Author: Gerald Pfeifer Date: Fri Mar 10 18:37:25 2023 +0100 gcc-13: Escape < and > as < and > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 17be7e7c..209c13cd 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -383,7 +383,7 @@ a work-in-progress.

support for the ISO/IEC 10514-1, PIM2, PIM3, PIM4 dialects together with a complete set of ISO/IEC 10514-1 and PIM libraries. -
  • The <* noreturn *> attribute is supported +
  • 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