From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90405382EF28; Fri, 28 Jun 2024 09:07:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90405382EF28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719565660; bh=u/ix7G651t28ZjxpgkUFL+HOEM95i5kGrzGLPQzErQo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iqdnyD3mo/x9taekW0DqyO14eKMOUQQ6tA13A6kXb1k4lUVQEURWiDq4fb/Em7GGN 5ILfcNUAzoXTgvE0ODa+2nEvXPREl4AfbTUn7OWRrPucvLwCYkuOqg1RtWWezDf77/ bPnUPa0CwE1YbWRPk03l4y7GymeQFFP5xZkWXfMs= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115643] [15 regression] aarch64-w64-mingw32 support today breaks x86_64-w64-mingw32 build cannot represent relocation type BFD_RELOC_64 since r15-1602-ged20feebd9ea31 Date: Fri, 28 Jun 2024 09:07:40 +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: 15.0 X-Bugzilla-Keywords: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: Evgeny.Karpov at microsoft dot com X-Bugzilla-Target-Milestone: 15.0 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=3D115643 --- Comment #18 from Sergei Trofimovich --- (In reply to Evgeny Karpov from comment #13) > Could you please confirm that the patch resolves the issue? The change fixes --target=3Di686-w64-mingw32 for me. Thank you!=