From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30786 invoked by alias); 3 Nov 2004 19:57:47 -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 30775 invoked by uid 48); 3 Nov 2004 19:57:47 -0000 Date: Wed, 03 Nov 2004 19:57:00 -0000 Message-ID: <20041103195747.30774.qmail@sourceware.org> From: "pinskia 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: 2004-11/txt/msg00373.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-03 19:57 ------- There is another example of this in PR 17949 where the tree-optimizations cause something werid to happen only because the middle-end does not know that they are unaligned loads. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18287