From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 732603858288; Wed, 29 May 2024 11:37:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 732603858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716982665; bh=XyhvHwydHvIsjFG1iM5MnJTL8gMMFkyl0xKVNh6Wg/E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jK+MKOToiAdIE9siPpyDT1VfmFQ5TPSkYe/wQAElflxelN66CInvr4wQlihUTcuTf IRrP3+q59K9u1vPRXQxDMupmVfemzl5SVJ3A2cB3mBq+tPraum6OuGTH3PYlhnZXIm LdYAv7+Tm+SbaIeD0A48H1o5qlZvtCGEJacAPHV8= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/115135] [12/13/14/15 regression] [C++] GCC produces wrong code at certain inlining levels on Aarch64 with -fno-exceptions, related to lambdas and variants since r12-5113-gd70ef65692fced Date: Wed, 29 May 2024 11:37:45 +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: needs-bisection, 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: 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=3D115135 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13/14/15 regression] |[12/13/14/15 regression] |[C++] GCC produces wrong |[C++] GCC produces wrong |code at certain inlining |code at certain inlining |levels on Aarch64 with |levels on Aarch64 with |-fno-exceptions, related to |-fno-exceptions, related to |lambdas and variants |lambdas and variants since | |r12-5113-gd70ef65692fced --- Comment #10 from Sam James --- r12-5113-gd70ef65692fced is the first bad commit commit r12-5113-gd70ef65692fced Author: Jan Hubicka Date: Wed Nov 10 13:08:41 2021 +0100 Make EAF flags more regular (and expressive) [...]=