From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 004C63858C39; Sat, 25 Nov 2023 21:45:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 004C63858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700948759; bh=c6sqRwRgwDBFzDiPv+L1MHoEOlE1bCl5T5JN+Ln3xaU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UKMPjGuwabOZAKUqX3II3flkwweECs/O9mLgaG3ShGd+aeFOf1L3/N2jSa1Ypl4oN l+5OD4fhOJifbUvveZ+qfPZ+Btg/+FIgaxxYZ/AUkJf2bnJ9xTfyzsl2p2K39RVLn4 srpU443cCZEoS60ORD9nTX6WoRCgKBlZAzy2I+GQ= From: "alexhenrie24 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111107] i686-w64-mingw32 does not realign stack when __attribute__((aligned)) or __attribute__((vector_size)) are used Date: Sat, 25 Nov 2023 21:45:58 +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: 12.2.0 X-Bugzilla-Keywords: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: alexhenrie24 at gmail 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=3D111107 --- Comment #13 from Alex Henrie --- I should clarify that I was testing with GCC 12.2. It turns out that GCC 12= .3 does not crash, and I have now confirmed that the patch from comment #5 app= lied to GCC 12.3 fixes https://bugs.winehq.org/show_bug.cgi?id=3D55007 What will it take to get the patch accepted?=