From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 557613854544; Mon, 21 Nov 2022 06:28:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 557613854544 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669012131; bh=L0nfdBC/dpiPX0f22Wu/8P3tPRosebh6uqjPlv2lxlI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xx/gfr1/AcxLmFd3RF5xV0aTY/JxzB+Rx7bI7noSWiV2QqMxUBtls+MieAAs0qP0C ZZiNhzQFT2NPLpwc61j7LaUH2wlyVISBo1MMBynX3fWtS2yC1nLSR4MWDA3wQa/s2Y 3UXkU655iAlZFV7kbF6O+6eNm1mOzWiDhzwgxIXU= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107778] handle_contract_violation should reflect _GLIBCXX_VERBOSE Date: Mon, 21 Nov 2022 06:28:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live 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=3D107778 --- Comment #3 from cqwrteur --- (In reply to cqwrteur from comment #2) > BTW. Why does the default contract does not crash program when it violate= s? Also why the function is not noexcept?=