From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70A423858D3C; Sun, 12 May 2024 22:43:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70A423858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715553819; bh=EFogtg3r5gcRHf6Acd3pzsoTOc258d7MXvACfO9OD4s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P3l6PD/mPu0GLKH8D81Een1tvV11QSXB/WJ14XcfHVta+eCCB33iEdwPcc2TmkYFs OfWI6xQucSC5Q8zq6CUNySmz54/r/8rezvBV+xNINRTSDECnNafJkyWHwPrSb+hrb9 sgheogkMbxrEjPnRwgWIjIWCXhUaMR/XFbrSX/RA= From: "tmgross at umich dot edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115054] __float128 and _Float16 use incorrect ABI on x86-64 MinGW Date: Sun, 12 May 2024 22:43:39 +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: unknown X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: tmgross at umich dot edu 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=3D115054 --- Comment #5 from Trevor Gross --- Looks like bugz cut off part of the sysv quote, here for reference: > Arguments of types __float128, _Decimal128 and __m128 are split > into two halves. The least significant ones belong to class SSE, the most > significant one to class SSEUP.=