From owner-freebsd-alpha Fri Apr 16 16:50:33 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 6578714BCC for ; Fri, 16 Apr 1999 16:50:30 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral.com (8.8.7/8.8.7) with ESMTP id QAA10285; Fri, 16 Apr 1999 16:47:48 -0700 Date: Fri, 16 Apr 1999 16:47:48 -0700 (PWT) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: "David O'Brien" Cc: paul@originative.co.uk, gallatin@cs.duke.edu, mike@smith.net.au, alpha@FreeBSD.ORG Subject: Re: egcs ready for alpha? In-Reply-To: <19990416164206.A69424@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > > +#if 0 > > > > *(union u_spcl *)(*(nextblock)++) = *(union u_spcl *)dp; > > It might be better to remove the cast of nextblock and dp and see what > warnings EGCS gives. The ficl and vinum code had weird union casts that > had to be reworked for egcs. In the above, I bet there is an alignment > issue wth EGCS using a different alightment rule than gcc did. You might be right. I'll try it. In general, where would you like to see EGCS related issues- as PR's? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message