From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D70943858C36; Fri, 21 Apr 2023 17:08:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D70943858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682096927; bh=ZtpPqXiLPYjkTZEWXmmtg2MPW4meTbK5ZWz7y8gxxh0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GGOtWMZ1eK8cSTb0Qf+bCwDHib8zsqnCwETMA/TZk9S6sXiLxqL93M6hxgTSYO00J PnODhZNFu9LZgHcQebt41UFuVnSWWTsaCVYEzKAT0Y9mhysLlhyXahSh1gj39aWDZ0 c5MBXrE/RRW2nT3SbKxIXFZrD5BvlQ0GfENWsfWE= From: "hector at marcansoft dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/109585] Carla/sord miscompiled with -O2 on ARM64 (inlining issue) Date: Fri, 21 Apr 2023 17:08:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end 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 #11 from Hector Martin --- Giving a nonzero size to the `ZixBTreeIterFrame stack[]` member also avoids= the segfault, so this might be a flexible array member thing.=