From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0F03F3858C41; Fri, 19 May 2023 08:52:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F03F3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684486337; bh=y4SRjTLwU8rsHrt+OOT5Zb7nO0n1kbWh88uhmACqa2k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jHhxlQzZSPJN5pbBSQLFZRPaez9bKwFgmwGEgn0vZvOuX6Ep0EW1elqycH7rzpgBT gJ8b9weKtrrKtfzJb9M38InSdvzNbm4hrsLKlqtt6zOpxXzXfnNZLpAzi/7e7sjzCv 2RgcLqdzOI6DyagbtkX45le6dd3U6nPaJV0Q0vVs= 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:52:14 +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: patch, 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: 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 #9 from Georg-Johann Lay --- (In reply to Georg-Johann Lay from comment #8) > Created attachment 55115 [details] > Proposed patch. >=20 > This is a proposed patch to fix this PR. Under review at Here actually: https://gcc.gnu.org/pipermail/gcc-patches/2023-May/618976.html=