From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE82C3858C74; Sun, 23 Apr 2023 07:08:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE82C3858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682233687; bh=7v0pcuYe3Cbk3OGajXOJcjRL2FEH5sia1r4VaD8vK/k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gJ+RqRNT/YRcEwax2EcvdcZz/XJ2M4d77f3HK7FyJGVA4T+oKNb3gw2T4b1MfoAxr 6kVuZ/0kdL9agMKXKem0CigG+A7MfKAn/gx8+sdVCwywMx9WZ0XPb4SCguHXGDV5y4 pawf46QqEwDo5j317F0FCci8ggr16ExgGfMPY0tk= From: "hector at marcansoft dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/109585] Carla/sord miscompiled with -O2 on ARM64 with flexible array member Date: Sun, 23 Apr 2023 07:08:07 +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: 12.1.0 X-Bugzilla-Keywords: alias, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hector at marcansoft dot com 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: 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=3D109585 --- Comment #15 from Hector Martin --- The prior repro was too complex and depended on other environmental stuff (= some other people couldn't repro it on arm64 either), so please ignore it. If the reduced repro triggers the issue, it's the same bug.=