From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23987 invoked by alias); 11 May 2003 14:33:21 -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 23980 invoked from network); 11 May 2003 14:33:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 May 2003 14:33:21 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h4BEXLH28417; Sun, 11 May 2003 10:33:21 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4BEXKI11490; Sun, 11 May 2003 10:33:20 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4BEXKZ12051; Sun, 11 May 2003 10:33:20 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h4BEXJh32761; Sun, 11 May 2003 10:33:19 -0400 Date: Sun, 11 May 2003 14:33:00 -0000 Message-Id: <200305111433.h4BEXJh32761@greed.delorie.com> From: DJ Delorie To: kenner@vlsi1.ultra.nyu.edu CC: gcc@gcc.gnu.org In-reply-to: <10305111136.AA26050@vlsi1.ultra.nyu.edu> (kenner@vlsi1.ultra.nyu.edu) Subject: Re: alignment: store_one_arg vs emit_push_insn References: <10305111136.AA26050@vlsi1.ultra.nyu.edu> X-SW-Source: 2003-05/txt/msg01044.txt.bz2 > I don't follow. emit_push_insn barely uses it *at all*. But the one place it *does* use it is here: move_by_pieces (NULL, xinner, INTVAL (size) - used, align); In the failing case, align is 16 and xinner is 8-bit aligned.