From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 49A843858C74; Sun, 23 Apr 2023 07:06:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 49A843858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682233576; bh=8SFkZRb5LqEijWwdZYTzELDgZd+0GMPyKiV2BNP+/FM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WuhOFLwE9H5J85goLFhtwdjAsE/D9NwCTdocgz/lWB85aoE1Q6oG22xV69UDGa7N9 qpRo4R/1iyWMomtKN9TEdOvu7CBUkVPVnxQKhG2A4fBnC56uv9g9ppLCN0t+J68Bi+ WjRkNkXnwjg/sibsWVyJ8pMvRas3Em/p5+m4RRJw= From: "sjames at gcc dot gnu.org" 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:06:15 +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: 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: cf_gcctarget 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 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Target|aarch64 |aarch64, x86_64-linux-gnu --- Comment #14 from Sam James --- (In reply to Alexander Monakov from comment #13) > The small repro from comment #5 is reproducible on x86_64 trunk as well w= ith > -O2 -DNDEBUG (as well as on older x86_64 branches without -DNDEBUG). >=20 I'll add x86_64-linux-gnu to target then, hopefully that's alright (unclear= b/c it's only the reduced one seemingly).=