From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 708883858D39; Thu, 29 Jun 2023 09:17:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 708883858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688030265; bh=9sGt9uCeOwddLUS7MVOdjXthqdQuH45VFJXZWNdn8UM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZSRKLtWVcGnKmw0Qsl+Unb8559nfyvkzB41TsqF5NwJW0SDkvIz0tRUQy9W7uQ3cm VB1nrf7yr3GO1C/ye67xAeQAVBkqRwt3ll8O527l9lElW9N1PKGAuPDjS9675vaT5Q YdejvC/RAADFQ5JBVG7bHorsTm9uYtZ1f7Jj5NYs= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109780] [12/13/14 Regression] csmith: runtime crash with -O2 -march=znver1 Date: Thu, 29 Jun 2023 09:17:45 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 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: 12.4 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=3D109780 --- Comment #25 from Xi Ruoyao --- (In reply to Xi Ruoyao from comment #24) > (In reply to H.J. Lu from comment #23) > > Created attachment 55424 [details] > > An updated patch >=20 > Unfortunately Spidermonkey 115 still crashes even with the patch (and -O3 > -march=3Dtigerlike -mtune=3Dtigerlake -fno-exceptions). The problem seem= s an > unaligned stack slot is assigned for an object of a 512-bit aligned class= .=20 > Then the pointer to the object is passed to another function which stores > into the object with 256-bit vmovdqu but the stack slot is only aligned to > 128-bit in fact. I'll try to reduce. Nope, it seems a bug in mozilla code.=