From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6619F3858D32; Mon, 26 Jun 2023 20:34:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6619F3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687811655; bh=53XSOko2ZmyrAo8LArqF/Lom3LQ9hhfZWJf8GVHTzuk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wVQximw1rNnivtcaz1mNg3KeS/Uw5GpZowJUZb77Z+cpiPEC3MIx/Kc4rd+exRfAt DyUsb5AtTryvDBw7L6Pi39Ok3VEdrmZiSTtR6d4o+QwpbWApyB4ZN87NiyfTKP+/qL 2bCFs7JkDeWsdE6sCZkfrQ9NjHjdzA7dTo6PX2nM= From: "zac.walker at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108678] Windows on ARM64 platform target aarch64-w64-mingw32 Date: Mon, 26 Jun 2023 20:34:11 +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: zac.walker at linaro dot 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 #6 from Zac Walker --- I have been rebasing regularly to keep all my changes on top of the commit = log. You can use github's compare url to combine my changes into a single diff (based on commit hash). For example: https://github.com/ZacWalk/gcc-woarm64/compare/06a0f07..0248264=