From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E2143858035; Mon, 21 Nov 2022 10:01:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E2143858035 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669024862; bh=cBG7MxJB+1apeL5GjabmT53HJlulW8qSPMGA/0T4VVY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DP7ldghTlJuX2xBcKij1M8rdmQEo0mjGrSH+bq++3CrxOEHzj3cQ0/f1YeustVscm g/R3Tana8tlUhdtvyHlwFJ656QE2yH2eOPCypUUmjIBeVxgVYu2JSaLlKtWDPfsz0d Wk7s5U7y1eqF5sYph+d7ncUYSaiEWfBLxjugt8c8= 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 10:01:02 +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 #5 from cqwrteur --- (In reply to Jonathan Wakely from comment #4) > (In reply to cqwrteur from comment #3) > > Also why the function is not noexcept? >=20 > Writing to streams can throw. >=20 > If you don't like the default handler you can provide your own. then do not use stream=