From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9125 invoked by alias); 23 Oct 2006 00:14:57 -0000 Received: (qmail 9096 invoked by alias); 23 Oct 2006 00:14:49 -0000 Date: Mon, 23 Oct 2006 00:14:00 -0000 Message-ID: <20061023001449.9095.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/28232] Wrong aligned load is generated with -m4a on sh-* In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kkojima at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg01921.txt.bz2 List-Id: ------- Comment #4 from kkojima at gcc dot gnu dot org 2006-10-23 00:14 ------- Subject: Bug 28232 Author: kkojima Date: Mon Oct 23 00:14:39 2006 New Revision: 117961 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117961 Log: PR target/28232 * config/sh/sh.c (expand_block_move): Use a BLKmode rather than SImode memory reference for the source of a movua. * config/sh/sh.md (UNSPEC_MOVUA): New macro. (movua): Use an unspec instead of sign_extract. Expect the source to have mode BLKmode. (extv, insv): Use a BLKmode rather than SImode memory reference for the source of a movua. Modified: trunk/gcc/ChangeLog trunk/gcc/config/sh/sh.c trunk/gcc/config/sh/sh.md -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28232