From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA0A1385C6E1; Wed, 31 May 2023 20:24:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA0A1385C6E1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685564648; bh=3UIlkLJak7LEwEAWHh0HJGyfJ7dNVPiXbfm4SwkpQ8s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kHVvCMy3etznDBvsvyg9+iLS4elMisoGVRto54NHCUNS/1FBvUUAsWthqNkH+F9hP RqopSpRV5zBWXxu4Of7+Vgk213cFP2I0wJX7L/gqRrEV3fdfYD6By0zFmt59nv1hHw lfZpP55nF5Drz4Bo7jKEDJxzaC/HvNBTDuLWR9bo= 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: Wed, 31 May 2023 20:24:08 +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: RESOLVED X-Bugzilla-Resolution: WONTFIX 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: resolution 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 ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #31 from Jonathan Wakely --- Using openlibm should work now. I'm inclined to close this as WONTFIX, since the problem is in djgpp. I don't think it's worth doing more work here. If there is interest in maki= ng work better for djgpp then improving djgpp's would be the place to start.=