From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93DC53853D01; Fri, 12 May 2023 21:58:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93DC53853D01 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683928682; bh=fJjVKpsfsa1aEnLP6OxBeQzxs5Ey33GP8awRtbCUyMc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nUnyylxEVegzEoguve+3gJ+fesClD6XJYoorsa9ku7+0SRfYhILSQRL5slxh0vET5 sVBN3QLnWdNPG+Lp2BPmL3C7y33wN5ppZ7EmOQgiZg8cKLoxiabv2/H/kLCtyphszE 0zEvCXh5IDu97pLl8LeetxTbdKOnhu5Iu1XYNp/0= 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 21:58:02 +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: attachments.created 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 --- Comment #20 from Jonathan Wakely --- Created attachment 55070 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55070&action=3Dedit Patch to make cmath configure tests more granular Something like this might work, but it's horrible.=