From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CE4C3852C6B; Mon, 21 Nov 2022 06:21:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CE4C3852C6B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669011706; bh=7XrZY1r6oe2fXDuhFreIeCQkXl9dfin0Z2kwhpgPEfs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bnlLFZ9tp9odQ5AeoyYkF2E3Dm3rIaSgxv5C5lCDOEYnA+UavR4ct+N7TSmR2C9UY 9NQyH3MlzdA8Fyn485uUY4qRk9RViV0V6K26YCaPp+naoqVoosKTA1cgvyE2ZeDkeU GyrupnaHWFZLOOe4fP1aB3wxKqhQPX3DhtB1OZmM= 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:21:46 +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 #1 from cqwrteur --- __attribute__ ((weak)) void handle_contract_violation (const std::experimental::contract_violation &) { __builtin_trap(); } some thing like that. I cannot afford stdio and iostream=