From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17683 invoked by alias); 2 Jan 2005 11:03:57 -0000 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 Received: (qmail 17672 invoked by uid 48); 2 Jan 2005 11:03:52 -0000 Date: Sun, 02 Jan 2005 11:03:00 -0000 Message-ID: <20050102110352.17671.qmail@sourceware.org> From: "ebotcazou at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041103175151.18287.ebotcazou@gcc.gnu.org> References: <20041103175151.18287.ebotcazou@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/18287] Unaligned access to fields inside packed records X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg00112.txt.bz2 List-Id: ------- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-02 11:03 ------- Clobber_Hour_Of: save %sp, -112, %sp st %i0, [%fp+68] ld [%fp+68], %g1 add %g1, 5, %g1 mov %g1, %o0 call Assign_Hour_Of, 0 nop is wrong: you can't merely add 5 to the address on STRICT_ALIGNMENT platforms. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18287