From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15053 invoked by alias); 16 Nov 2001 01:50:12 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 15031 invoked from network); 16 Nov 2001 01:50:11 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sourceware.cygnus.com with SMTP; 16 Nov 2001 01:50:11 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id fAG1oBX05621 for ; Thu, 15 Nov 2001 17:50:11 -0800 (PST) Received: from scv3.apple.com (scv3.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Thu, 15 Nov 2001 17:49:58 -0800 Received: from apple.com (vpn-gh-35.apple.com [17.254.136.34]) by scv3.apple.com (8.11.3/8.11.3) with ESMTP id fAG1o9h05898; Thu, 15 Nov 2001 17:50:09 -0800 (PST) Message-ID: <3BF470C7.28AFD255@apple.com> Date: Tue, 13 Nov 2001 15:03:00 -0000 From: Stan Shebs X-Mailer: Mozilla 4.75 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: Richard Kenner CC: gcc-patches@gcc.gnu.org Subject: Re: Last alignment change for MEM tracking References: <10111152352.AA19467@vlsi1.ultra.nyu.edu> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00328.txt.bz2 Richard Kenner wrote: > > This large change completes (modulo bugs) the alignment changes that were > the driving force behind the MEM tracking changes. It removes the ALIGN > parameter from many more functions and uses the value from the MEM instead. > > [...] > > Tested on alphaev56-dec-osf4.0c. Really? I just updated my sources, and have had to tweak function calls with extra arguments in builtins.c, doloop.c, and expmed.c so far, no end in sight. This is regular code too, not conditionalized for Darwin or anything like that. So I don't see how you could have gotten through a first-stage build, let alone a bootstrap, which seems like a reasonable expectation for a change of this scale. I guess I'll go back to working on Apple's GCC until this change is finished. Stan