From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D76303858D37; Mon, 26 Jun 2023 08:25:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D76303858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687767918; bh=EvTir56e5IKXgZEQxCmaOcCkbxuGjwo10cbkRfexMPk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R3hwBMqI8e3jBKbPBKVHHWlSEtrAXUfDMueqP0wml9ln0NN5E+5EaHIIUTY7QhCRH SWE/o7SMqRfobUP/RkeO7PBHeGLabDxV1fz0jjbJrPIXXW3RtC6SBOtepziX3EF0Lr O37Fas6wPOOW0RASACp7eSF18p5Ro82aASZ8o42I= 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 08:25:15 +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: cc 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 Zac Walker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zac.walker at linaro dot o= rg --- Comment #4 from Zac Walker --- I have been working on an experimental aarch64-w64-mingw32 toolchain. It can build several C libraries and small executables successfully. Currently par= ked here on github: https://github.com/ZacWalk/mingw-woarm64-build It is based on previous work by Mark Harmstone and Jedidiah Thompson. I am currently working on structured exception handling support. This seems to be the main missing part - without it C++ exceptions do not work.=