From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B9EA33858C52; Fri, 19 May 2023 08:32:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9EA33858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684485133; bh=K/liyEcFS/bAtlrynZVlVakqqKmzU48qid3tkJADYcw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZGN39f13MXfZLOGkpPP6jCaiWjRRcjCll/+NiGBNT4yY6WqntBS4w32eB2kl5k9RB wt7iEhtjhG/aGdruCBYEPxUmTkhBpwxvAJg8SA2Th3DGYaS/fXlG8f2WTmB5xD/Ir9 +1ACtNS/SauRwaP/IyPP2jlsxDXowf6QnJW5oal4= From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109650] avr-gcc incorrect code with -Os Date: Fri, 19 May 2023 08:31:52 +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: 12.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: gjl at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D109650 --- Comment #8 from Georg-Johann Lay --- Created attachment 55115 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55115&action=3Dedit Proposed patch. This is a proposed patch to fix this PR. Under review at https://gcc.gnu.org/pipermail/gcc-patches/2023-May/618973.html=