From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id E8CB03940CE2; Sat, 14 Mar 2020 23:01:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8CB03940CE2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1584226892; bh=h9GmnnUAmekhObRjBIA6tGCChILLaMIaIcR+8sRUGTo=; h=To:Subject:Date:From:From; b=tG9aGEYinPoy9h6LVajOoPBmE7emTN1SB39iTfnDxJcjwrDQJdXRyYPbjwsz+XqDO Gj8T0IDaT4RJBsCi5jkaZBqtVMrTzGeoGyd2DaVyGIJvBl+8L4GNLTFBiW5C0ClMe6 jayRSwFishr6nggZ10Hmex14GxvvBTTTmqaXulTk= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 97af1548febe7a9009add283a7bd2a15ad6377b3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4639ee03c8875bf0b9d2fc8c3d517daa3427aefe X-Git-Newrev: 97af1548febe7a9009add283a7bd2a15ad6377b3 Message-Id: <20200314230132.E8CB03940CE2@sourceware.org> Date: Sat, 14 Mar 2020 23:01:32 +0000 (GMT) From: Gerald Pfeifer 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: Sat, 14 Mar 2020 23:01:33 -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 97af1548febe7a9009add283a7bd2a15ad6377b3 (commit) from 4639ee03c8875bf0b9d2fc8c3d517daa3427aefe (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 97af1548febe7a9009add283a7bd2a15ad6377b3 Author: Gerald Pfeifer Date: Sun Mar 15 00:01:06 2020 +0100 Refine ARC entry for GCC 10. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index e5494adf..5e358a0c 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -568,9 +568,9 @@ a work-in-progress.

  • The interrupt service routine functions save all used registers, including extension registers and auxiliary registers used by Zero Overhead Loops.
  • -
  • Improve code size by using multiple short instructions instead - of a single long mov or ior instruction when its long immediate - constant is known.
  • +
  • Improve code size by using multiple short instructions instead of + a single long mov or ior instruction when its + long immediate constant is known.
  • Fix usage of the accumulator register for ARC600.
  • Fix issues with uncached attribute.
  • Remove -mq-class option.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs