From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8B3453858D32; Mon, 29 May 2023 11:07:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B3453858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685358435; bh=DXTZg8eL8yFry2lJ6xEzyLw8b8o4W+C9SRpq9/PzQfo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PnpdiGEbmvCVbdOijUL4MN8mIfo+DUvopV0BSG68FdRS/s6GZE1jEi4GbchzwG90I HcY8LE03JV6ST+dNwdIxWWmzGizRXwTfhKps30Pytt7pOz2bSYQp/IlGbFjgFrvpjt LlG8ROZAAYdj7EY42sRG+yNy5LcVEP2C1Jg8Zu4A= From: "jovan.dmitrovic at syrmia dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109435] overaligned structs are not passed correctly for mips64 Date: Mon, 29 May 2023 11:07: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: 10.3.0 X-Bugzilla-Keywords: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jovan.dmitrovic at syrmia 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: --- 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=3D109435 --- Comment #3 from Jovan Dmitrovi=C4=87 --- Tentative patch posted on the mailing list: https://gcc.gnu.org/pipermail/gcc-patches/2023-May/619949.html=