From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0FE643858D20; Wed, 15 Nov 2023 20:27:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FE643858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700080047; bh=0mEHnesgXy7hrj4xTiKM2qKVmycK84ArejOqIZgwSF4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y26rWX8+tnh+3mG87b8S1sCYuCI8w97Zjjq6/hMMs7HYTjAwnOw5aGV+Y43nAWNtb NcKpUaVq4ZszDdUUQt3qSMB3k6YPop0q2CzX/0ZoDs+ZgCs+IdI7zlphtVId8cV9U+ Jmic+coMWsmGbrmBddMHeMf+22vc97Sp6StZijzI= From: "federico at kircheis dot it" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112553] noexcept lambda does not generate call to terminate Date: Wed, 15 Nov 2023 20:27:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: federico at kircheis dot it X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D112553 --- Comment #3 from Federico Kircheis --- I stand corrected, sorry for the report. Where can I find official information/documentation about the personality function used by gcc? The fact that clang and msvc handle this case differently made me believe g= cc was incorrect.=