From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 47A583858D32; Mon, 22 Jan 2024 23:20:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47A583858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705965654; bh=TTxPqRgs4pBBzbx6+z+EWGD01nBIMOexchdZWY031h8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U/T1TDw/oLs9CCBi+8XP/y3ygDfmtyWTpsU5S5WQ9R+rqFHW2LkBi1LeN9qgQiNLC kz+KJruvzH5C7vDvKy2lxoMe0+UM487JzPf4ho8Cztl7pI8mDiEDRGoG4A1kdXmj02 RilSUgTpyvYENd2og043CFzTJaTqJrDB4LsKi8n0= From: "nightstrike at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113549] float simd crash on windows in gcc.dg/vect/vect-simd-clone-16b.c Date: Mon, 22 Jan 2024 23:20:53 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nightstrike 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=3D113549 --- Comment #4 from nightstrike --- (In reply to Andrew Pinski from comment #3) > Either the stack size or the stack alignment issue. >=20 > I am suspecting a stack alignement issue. Possibly related: PR110273=