From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A2083858D1E; Thu, 28 Mar 2024 20:26:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A2083858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711657565; bh=A+GGyo6kqEgwPeJMyc7Qp6MVUY+mmvjtxsXACcUYP9U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ArtDB5fuJhRlabx4IFqjhoU0JlYO2mVRIUyvF1j8kuimR1YfHP+wDKFKukVPGPTvF sxTvlciuCjPxVeu1hCI65ubwwh6JXUv62iIOHFu3w4WJ+38Q6CzJY5NANfhO9P/sno tnGtIx19GktJiYF7734GExbDD6SfDXeWs5+SPhGU= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54412] minimal 32-byte stack alignment with -mavx on 64-bit Windows Date: Thu, 28 Mar 2024 20:26:05 +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: 4.7.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D54412 --- Comment #44 from Eric Botcazou --- > Thank you, Dmitry, but that particular solution may not be possible for m= e. > When I try compiling with -mstackrealign -mpreferred-stack-boundary=3D5 > -mincoming-stack-boundary=3D5 instead of forcing unaligned moves I get > "cc1.exe: error: '-mpreferred-stack-boundary=3D5' is not between 3 and 4"= . Is > that this bug in a different form, something that should be filed > separately, or known and intended behavior? No, it's the same issue: 32-byte stack alignment is not supported with SEH.=