From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EB2633858414; Sat, 2 Mar 2024 09:21:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB2633858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709371315; bh=HCY49/1wcTRQfrH6h43eysPfTAW4rCRBu7cejoQu+lA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SiQ11tdoHLbxTR0mrfiml4HyRzBUkxitmxE7Fo2GPWyJpTKLbLna+XY3RFdf8+l/R srK999jJrWs3zxZbB7m8ZxVIppF9soNiqqnWmjCmXamApGNpjngfHDyvy67CI9t1Ub SZ+M8omXqDvUR/LJt91RAXH9f4RY7PMmQiq3X+Y8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114100] [avr] Inefficient indirect addressing on Reduced Tiny Date: Sat, 02 Mar 2024 09:21:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: gjl at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114100 --- Comment #4 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:96bad6c06d0108014a2b0e5d0921cb18066bb789 commit r14-9271-g96bad6c06d0108014a2b0e5d0921cb18066bb789 Author: Georg-Johann Lay Date: Sat Mar 2 10:03:06 2024 +0100 AVR: target/114100 - Factor in -mtiny-stack in frame pointer adjustments gcc/ PR target/114100 * config/avr/avr.cc (avr_out_plus_1) [-mtiny-stack]: Only adjust the low part of the frame pointer with 8-bit stack pointer.=