From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22293 invoked by alias); 21 Sep 2006 05:12:44 -0000 Received: (qmail 22264 invoked by uid 48); 21 Sep 2006 05:12:37 -0000 Date: Thu, 21 Sep 2006 05:12:00 -0000 Message-ID: <20060921051237.22263.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/23684] Combine stores for non strict alignment targets In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "acahalan at gmail dot com" 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-09/txt/msg02013.txt.bz2 List-Id: ------- Comment #4 from acahalan at gmail dot com 2006-09-21 05:12 ------- Target powerpc-*-* is wrong. See bug 29158 (my dupe) for the i386 assembly produced by a slightly more recent compiler. It's x86_64 too. It's not just (char*) either. It's (short*) and even struct members. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23684