From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 18C60385840E; Fri, 12 May 2023 10:55:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 18C60385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683888943; bh=FGOCMFDWkdiFU4/QC9i1HpIc1tbJQZxbmuzhuY8KRgg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cE+6dK6VIvtDWDWhYTm9RridDmcpH8T/Bd6O+p8igN9pQTEdLEI4Fsu2oU/zSwgxJ VOxFIlJZSi99gMhQbkUtEK7MSxAqf0QoIrelQb7L85PBIl9iuur4E0UsPvEX6fyAbU oNaHjQYO6yNxs45o9yqT6a295LXtDXhRs6z9KkoY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109818] std::trunc() requires a hack after building DJGPP Date: Fri, 12 May 2023 10:55:42 +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.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW 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: bug_status 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=3D109818 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW --- Comment #16 from Jonathan Wakely --- Most of the missing functions are the long double variants. We could certai= nly have a separate macro for long double math, which might help several target= s. The other missing ones are fdim, fma, fmin, fmax, nearbyint, nexttoward, remoquo, scalbln and tgamma, which are missing for all of float, double and long double. We could have a separate check for those.=