From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1733) id CC78C3858D34; Fri, 1 Mar 2024 13:21:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC78C3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709299287; bh=lA+C2eZDl9P7fjUUn5EJuj6kee1xcJlJG3qhihEpQxI=; h=To:Subject:Date:From:From; b=xMwdOIy68p4Tz5+kNzGW1JOHxZ9h7w26h0Pt9WhLMOEgwVxYqO+nKSzSx3AUZU6tA uVOy6vk1q0zLYqx/lyRKyA+pLGYKKqhNm5iz19DZKmoxCgYWkZe3yA7QZFITX2Ij35 CWOhRAjc0NSm5H3yFSRoDywo+3pPgDj9d9wD295c= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 57e980697644832bf9e35a3722ae286ebdca3587 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f92f353bb0e932edba7d063b2609943683cf0a36 X-Git-Newrev: 57e980697644832bf9e35a3722ae286ebdca3587 Message-Id: <20240301132127.CC78C3858D34@sourceware.org> Date: Fri, 1 Mar 2024 13:21:27 +0000 (GMT) From: Georg-Johann Lay 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 57e980697644832bf9e35a3722ae286ebdca3587 (commit) from f92f353bb0e932edba7d063b2609943683cf0a36 (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 57e980697644832bf9e35a3722ae286ebdca3587 Author: Georg-Johann Lay Date: Fri Mar 1 14:18:45 2024 +0100 gcc-14: avr: Document new option -mfuse-add= diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 1a455cd8..e8004d4a 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -445,8 +445,16 @@ __asm (".global __flmap_lock" "\n\t" on all devices. It's defined to 0 or 1.
  • - On the Reduced Tiny devices, + A new optimization tries to improve code generation for indirect memory + accesses on + Reduced Tiny devices. + It can be controlled by the new compiler option + -mfuse-add=level where level + may be 0, 1 or 2. +
  • +
  • + On the Reduced Tiny devices, the meaning of register constraint "w" has been changed. It containts now the registers R24…R31 like it is the case for all the other devices. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs