From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8AE993830B77; Sat, 22 Jun 2024 00:44:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AE993830B77 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719017087; bh=qt8zCtb1ti78NIoz5gMn0RLSP0/rDF08ouk2qyIwzXQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QxVtmnHDt5CP4+QgWQAKGUkziAfCH+lhl9WNFuOaItIaDp+9CKSHKZWI7/WYhAFLg rlQztYaP8jawBxNkTiom6f57+zcUmV4M4rIF8/JlzHxKracqPxYTgfqTf2/JFFsbvk G7VH2T3cJWPfaeRslZsjkzFfNtTxGIpW4Y9T1t5o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/115585] --disable-libstdcxx-verbose causes undefined symbol: _ZSt21__glibcxx_assert_failPKciS0_S0_, version GLIBCXX_3.4.30 Date: Sat, 22 Jun 2024 00:44:45 +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: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 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=3D115585 --- Comment #3 from Andrew Pinski --- https://gcc.gnu.org/onlinedocs/gcc-14.1.0/libstdc++/manual/manual/configure= .html --disable-libstdcxx-verbose By default, the library is configured to write descriptive messages to stan= dard error for certain events such as calling a pure virtual function or the invocation of the standard terminate handler. Those messages cause the libr= ary to depend on the demangler and standard I/O facilities, which might be undesirable in a low-memory environment or when standard error is not available. This option disables those messages. This option does not change= the library ABI. Either the documentation is incorrect or we should provide an empty one.=