From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 890F238708DD; Wed, 8 May 2024 09:18:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 890F238708DD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715159935; bh=O3STtIdPsndRjfubeSBOBuNbtvVAuy5dNKMxjCvEsdk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F6QfkLSxLE+wkxumUbRydSdFD94IUKQhdjdzMjxFehhN5ELpbHAbu/X3gqqPBFIAB JPOBknzNgrPub6Ec5pOcSG0MyprzTTzzsqQ4eBNTvcR/9RKkgXziyQD8QENUUs0QrT Dcuq6hIpmE2y0HWwThuPn/CT1XHkJ3juQL/miK/U= From: "lh_mouse at 126 dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114968] [14/15 Regression] missing `__thiscall` attribute on builtin declaration of `__cxa_thread_atexit()` Date: Wed, 08 May 2024 09:18:54 +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: 14.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: lh_mouse at 126 dot com 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: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D114968 --- Comment #15 from LIU Hao --- Created attachment 58124 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58124&action=3Dedit proposed patch v2 Update the patch. Did a quick test on i686-w64-mingw32 and seemed to solve = the issue. Rebuilding everything now.=