From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 3C76B393CC31; Wed, 4 Aug 2021 11:33:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C76B393CC31 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ddd1271a6657bff3eb10e63463ee3237142bc1aa X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d00b9c2010ef4efb458e5f3fba9ecb96adc901a9 X-Git-Newrev: ddd1271a6657bff3eb10e63463ee3237142bc1aa Message-Id: <20210804113312.3C76B393CC31@sourceware.org> Date: Wed, 4 Aug 2021 11:33:12 +0000 (GMT) From: Richard Biener X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 11:33:12 -0000 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 ddd1271a6657bff3eb10e63463ee3237142bc1aa (commit) from d00b9c2010ef4efb458e5f3fba9ecb96adc901a9 (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 ddd1271a6657bff3eb10e63463ee3237142bc1aa Author: Richard Biener Date: Tue Aug 3 10:49:26 2021 +0200 Move mipsisa64elf from primary to secondary as mips64-linux-gnu This removes mipsisa64elf from the list of primary targets, adding mips64-linux-gnu as secondary target for GCC 12. Testresults for the latter are regularly posted by Matthias Klose. diff --git a/htdocs/gcc-12/criteria.html b/htdocs/gcc-12/criteria.html index 58e82021..f407d909 100644 --- a/htdocs/gcc-12/criteria.html +++ b/htdocs/gcc-12/criteria.html @@ -109,7 +109,6 @@ application testing.

  • arm-linux-gnueabi
  • i586-unknown-freebsd
  • i686-pc-linux-gnu
  • -
  • mipsisa64-elf
  • powerpc64-unknown-linux-gnu
  • powerpc64le-unknown-linux-gnu
  • sparc-sun-solaris2.11
  • @@ -126,6 +125,7 @@ application testing.

  • i686-mingw32
  • powerpc-ibm-aix7.1.0.0
  • s390x-linux-gnu
  • +
  • mips64-linux-gnu
  • Code Quality and Compilation Time

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/criteria.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs