From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E8C5B3858D34; Thu, 2 May 2024 08:47:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8C5B3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714639668; bh=DN24fycVvdOlB9+CWfRQj/LekC1Ga6KcU/l5HPvDJig=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZpOn1G3l+wzGBxqwOtC5ji4SeBe+zDVoFzDu8xWH/dHW/+9ZKRgICuH5TDDwZy/t7 BEa32/JR7RaQReD8wCDL1Djum2MKBkrvcBzU3w7UME36/V9etLWykAERQGJckG0/D0 FOOk6lC3xlyorrobpyDTU63K8PcYmLHY3V7iMW4k= 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 since r15-88-gc60b3e211c5557 Date: Thu, 02 May 2024 08:47:48 +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: attachments.created 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 #7 from Andrew Pinski --- Created attachment 58084 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58084&action=3Dedit Something like this This should cause the char array be on the correct alignment ...=