From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C744B3857016; Mon, 5 Sep 2022 13:23:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C744B3857016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662384204; bh=tvg6ZHH7ZOevipfbR52ume27VXCOgJecmawlkMmgOSg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fph4UhmY+vi8IntSQmfS8yshTOVSdzWYUkgBq2lKpxN7kwUOTTXbM46XHpWCntML0 jYJ9YynKCkqLF1optZ7lOXrY45WfwRK/MCVi4mhkI7ly/wXiucSEEcZv06iCMT1QrM HKxNeiNhuX8nW1+ZMCOjhqPKreYK38xyk7q7Sfdc= From: "andrea.corallo at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/100854] TS 18661-3 and backwards-incompatible setting of __FLT_EVAL_METHOD__ Date: Mon, 05 Sep 2022 13:23:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: andrea.corallo at arm dot com 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: 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=3D100854 --- Comment #6 from Andrea Corallo --- "jasonwucj at gcc dot gnu.org" writes: [...] > > I guess this issue has been resolved by newlib implementation. :) > > Refer to the discussions on: > https://sourceware.org/pipermail/newlib/2021/018471.html > https://sourceware.org/pipermail/newlib/2022/019522.html > > The patches have been committed into newlib code base and it should be wo= rkable > now. Confirm Andrea=