Date: Sun, 12 Mar 2000 11:16:17 +0000 (GMT) From: Doug Rabson <dfr@nlsystems.com> To: Bernd Walter <ticso@cicely.de> Cc: freebsd-alpha@freebsd.org Subject: Re: 64bit address space on alpha Message-ID: <Pine.BSF.4.21.0003121115070.43242-100000@salmon.nlsystems.com> In-Reply-To: <20000312112132.A75380@cicely8.cicely.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 Mar 2000, Bernd Walter wrote: > Just to get you informed about this point: > It was completely my fault and it took me realy a half year to recheck and > find this stupid thing :( > I put (128*1024*1024*1024) in config following the example in LINT. > The point is that gcc uses an int to calculate the number behind. > Now that I'm using a constant everything is fine... Good. Thanks for checking this out. You might have been able to try something like (128*1024*1024*1024L) to force gcc to use the right types for its arithmetic. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 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?Pine.BSF.4.21.0003121115070.43242-100000>
