From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1505 invoked by alias); 2 Aug 2005 22:29:22 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1372 invoked by uid 22791); 2 Aug 2005 22:29:09 -0000 Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.203) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 02 Aug 2005 22:29:09 +0000 Received: by rproxy.gmail.com with SMTP id j1so1623554rnf for ; Tue, 02 Aug 2005 15:29:07 -0700 (PDT) Received: by 10.11.118.78 with SMTP id q78mr333cwc; Tue, 02 Aug 2005 15:29:07 -0700 (PDT) Received: by 10.11.99.15 with HTTP; Tue, 2 Aug 2005 15:29:07 -0700 (PDT) Message-ID: <7f45d939050802152967951f07@mail.gmail.com> Date: Tue, 02 Aug 2005 22:29:00 -0000 From: Shaun Jackman Reply-To: Shaun Jackman To: Paul Koning Subject: Re: memcpy to an unaligned address Cc: pinskia@physics.uc.edu, mrs@apple.com, dave.korn@artimi.com, gcc@sources.redhat.com In-Reply-To: <7f45d9390508021525612903a3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <78966CDA-DC9F-46F5-AE63-563051D9EF3C@apple.com> <200508022037.j72Kbr4T012558@earth.phy.uc.edu> <17135.56182.648000.413121@gargle.gargle.HOWL> <7f45d9390508021525612903a3@mail.gmail.com> X-SW-Source: 2005-08/txt/msg00096.txt.bz2 On 8/2/05, Shaun Jackman wrote: > operator. None of these examples produce an unaligned load: I should clarify the wording I'm using here. By "an unaligned load" I mean code to safely load from an unaligned pointer. Cheers, Shaun