From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D91C33857C4D; Thu, 7 Dec 2023 09:49:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D91C33857C4D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701942544; bh=dsfoz9ePOddYzdBss3lDRzcuxovfAAuWOZPlH0O7TOg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OK6p72UR9Jc/vjdqGW3iftnoQTA65X9/chSDQ20iF76HWX+PFSxwm+RhUW8IY5uXB OjA3jfYxHxLRAxIg5XyYcYDsBuzqkNiGMYR3Nlz7PjHIMtFsj88qFJWYKf93rglqKR LzPHBIaP6LSN+5Pws45yRBJFKB9SUEtWaHzSvpBk= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/112882] [14 Regression] std::clamp no longer usable in header only mode Date: Thu, 07 Dec 2023 09:49:03 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112882 --- Comment #5 from Jonathan Wakely --- The original effect of --disable-libstdcxx-verbose was to change the default std::terminate handler, which is a configure-time property. But it's now also used to decide whether to use the verbose assertion or ju= st abort. That latter property could be flipped at compile-time. Even with this bug fixed, that might be useful (probably for stage 1 though).=