From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 506963858D38; Tue, 20 Feb 2024 20:06:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 506963858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708459577; bh=k+YK1zdf7hzSjQzU317Y228Paz1J+MrH7K4aQN45Pe4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V0D2nQcUrol0nzbzLHRSw1jQAcqeg5j+9+8pnaSsM2FpEzfCpZpFOselZt/abfXnP GyYwqtppub2DSCybLGTjGA5YpFEotPFz1jPNLkPh/VSu4mDa+QNH4vwRsKTqy7DXlC WZag8367eu4/1KvhS70p8bLlHgTC0FvX6EniHoLQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114018] std::nexttoward is not implemented for C++23-FP-Types Date: Tue, 20 Feb 2024 20:06:17 +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: unknown 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=3D114018 --- Comment #1 from Andrew Pinski --- This depends on the version of glibc to include the c version of these functions. So this is most likely just an artifact of not having a new eno= ugh glibc.=