From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id D1AE73858C54; Sat, 29 Oct 2022 21:13:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1AE73858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667078026; bh=UwExZ5ADf8eBJwIvBo9EtuJIXKBmvCERpEdzHj/xU8I=; h=To:Subject:Date:From:From; b=CrI/pp7i6qg28Q0GpY03MFKRXoM4pnGREtnwJh7mzDIgmAD+3GdnaCU+JKTMx8VOj XectZ+RSdQwh4/HkU5ve5Yw28cM3qPGkk/d4MLlUVwa7jICCjigf9m0P7kts2xBwkR 2XIY6hgKsr9YMexoW06WK0gmhglnkwQeRvUt2PLc= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d2ad6df5d3189c215db12408c9b9451acffddad8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 85a461714254493fed1ee07a0f1a28c898b023c1 X-Git-Newrev: d2ad6df5d3189c215db12408c9b9451acffddad8 Message-Id: <20221029211346.D1AE73858C54@sourceware.org> Date: Sat, 29 Oct 2022 21:13: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 d2ad6df5d3189c215db12408c9b9451acffddad8 (commit) via cb90bdd894f1ba792c149ea1c8750f70d329847a (commit) from 85a461714254493fed1ee07a0f1a28c898b023c1 (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 d2ad6df5d3189c215db12408c9b9451acffddad8 Author: Gerald Pfeifer Date: Sat Oct 29 23:13:09 2022 +0200 gcc-10: Update two developer.arm.com links diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 79de28f7..2bad8ea3 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -850,14 +850,14 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); with MOVT. For example, -mcpu=cortex-m0 now supports this option.
  • Support for the - + Armv8.1-M Mainline Architecture has been added.
    • Armv8.1-M Mainline can be enabled by using the -march=armv8.1-m.main command-line option.
  • Support for the - + MVE beta ACLE intrinsics has been added. These intrinsics can be enabled by including the arm_mve.h header file and passing the +mve or +mve.fp option extensions (for commit cb90bdd894f1ba792c149ea1c8750f70d329847a Author: Gerald Pfeifer Date: Sat Oct 29 17:07:35 2022 +0200 frontends: Adjust Sourceforge links to https diff --git a/htdocs/frontends.html b/htdocs/frontends.html index 8f156e96..8e38838a 100644 --- a/htdocs/frontends.html +++ b/htdocs/frontends.html @@ -37,7 +37,7 @@ a declarative logic/functional language. The University of Melbourne Mercury compiler is written in Mercury; originally it compiled via C but now it also has a back end that generates assembler directly, using the GCC back end.
  • -
  • Cobol For GCC +
  • Cobol For GCC (at an early stage of development).
  • GNU Modula-2 implements @@ -61,7 +61,7 @@ VHDL (IEEE 1076) hardware design language. GHDL and its runtime library are written in Ada95 using GNAT and are distributed under the GPL. Currently they only support GNU/Linux x86 systems.
  • -
  • PL/1 for GCC is a +
  • PL/1 for GCC is a GCC front end for the PL/I language.
  • GCC Unified Parallel C ----------------------------------------------------------------------- Summary of changes: htdocs/frontends.html | 4 ++-- htdocs/gcc-10/changes.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs