From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 13E013858D34; Thu, 2 May 2024 05:29:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13E013858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714627770; bh=sm7v+u9wTmVSO2Ww26wL09Gu/k8tkuvTl2K5hjrALpg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VNB3/DnufphFOg7nNX/fG6rte9aAQeeLQHxko3L6k/wIDlVm8v4k8tZQFkVb6BSoK 7XU1k4KrWnAN0E/C5ZrfIYJtqn7B4+4IJaO9kpHDCdJ/TCt/CHH+xnUVvCAe+r8pc2 oAxp2jeH2JnYT30KW2UXnJ2023pEAJGY5DstWF1o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114912] [15 regression] SIGBUS in wi::copy<> on SPARC Date: Thu, 02 May 2024 05:29:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: 15.0 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=3D114912 --- Comment #5 from Andrew Pinski --- I see the issue then. char m_buffer[sizeof (int_range_max)]; Needs _Align to get the alignment correct.=