From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0EA93858D1E; Mon, 26 Jun 2023 22:05:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0EA93858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687817105; bh=8UoGtrP9shCL6w3aT+US+J+gPwiO2HMhFzEhijL4pIw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dZ5dBIGVKUq1LICQf9QWMM4e2l2mJtvQthjkdWVnU6o/eC/TlT9MdooCt8ROGFKhN tLGFIKwbJXZGJHTvHBNtqi3sXmbGKe9uvmoAsXMhzz3dAdXMvfu7WlawOEyLkYBKH3 s6xIzekq3AfX/KWRZZ3KVdV7Psj8HfbJAWmmy11c= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108678] Windows on ARM64 platform target aarch64-w64-mingw32 Date: Mon, 26 Jun 2023 22:05:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: redi 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=3D108678 --- Comment #7 from Jonathan Wakely --- The change to libstdc++-v3/src/c++17/fast_float/fast_float.h should be done upstream: https://github.com/fastfloat/fast_float=