From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 836873858D1E; Tue, 21 May 2024 13:29:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 836873858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716298148; bh=S0YWDYY+/LnxQcBen0sEsOUa2ZoIWeQ044I8HkvHono=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uYKsJkrVS0dXA5hSHBQsyRZA1D+MHyNVc6v0ae7SsKJnVwM6Jam8foF+AzQE4jIFv MXcRj5UDJ9w99EPtGcxSKyNBYijWYoglmpf5LjHJ+DUmH53uI+xHsW6LpdVlgM80hb 6f08PcsbVzxcUb655RZ2b0dDQkhIqmyU+FszjgcM= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/115135] [C++] GCC produces wrong code at certain inlining levels on Aarch64 with -fno-exceptions, related to lambdas and variants Date: Tue, 21 May 2024 13:29:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 15.0 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: component 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=3D115135 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |ipa --- Comment #5 from Sam James --- (In reply to Carlos Alberto Lopez Perez from comment #2) > -fno-ipa-modref helps! passing this flag makes the compiled program is > correct :) -> calling it an IPA issue. Carlos, if you can find a version which worked before, could you bisect?=