From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41DDE3858C39; Sun, 12 May 2024 23:29:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41DDE3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715556583; bh=Yzl08k8jalI5G5T7ooPzzlB/aKf6njfNsuSWMFrAXDc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BfcWlCpP3w/UDg/oSlRKLz6iGtDORoE9C56sy8WrdTpqBkjTRekt6TuY6svIWEa0w orW6FP76AwwGkh2n+AwnvrtNlMLBb6KPUT7BV6K/HzGDcghHukjTPOqIFUUoWptb1H P8Ov/ReypGv4pQRdc1du11JArvhlXb8NOpmWiNGY= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/115056] [14 regression] Miscompilation (also triggering -Wstringop-overflow and -Warray-bounds warning) when -O2 or higher Date: Sun, 12 May 2024 23:29:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.1.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: cc keywords short_desc 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=3D115056 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjames at gcc dot gnu.org Keywords| |wrong-code Summary|Miscompilation triggering |[14 regression] |-Wstringop-overflow and |Miscompilation (also |-Warray-bounds warning when |triggering |-O2 or higher |-Wstringop-overflow and | |-Warray-bounds warning) | |when -O2 or higher --- Comment #1 from Sam James --- Just to be clear as it might be easy to misread: the warnings are maybe a h= int about what's going on, and not the complaint here. I can reproduce diff. results w/ 13 vs 14, not looked further yet.=