Date: Fri, 16 Apr 1999 16:42:06 -0700 From: "David O'Brien" <obrien@NUXI.com> To: paul@originative.co.uk, gallatin@cs.duke.edu, mjacob@feral.com Cc: mike@smith.net.au, alpha@FreeBSD.ORG Subject: Re: egcs ready for alpha? Message-ID: <19990416164206.A69424@nuxi.com> In-Reply-To: <A6D02246E1ABD2119F5200C0F0303D10FED4@octopus>; from paul@originative.co.uk on Sat, Apr 17, 1999 at 12:25:49AM %2B0100 References: <A6D02246E1ABD2119F5200C0F0303D10FED4@octopus>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > +#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. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990416164206.A69424>