From owner-freebsd-current Mon Sep 28 16:30:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22940 for freebsd-current-outgoing; Mon, 28 Sep 1998 16:30:23 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp02.primenet.com (smtp02.primenet.com [206.165.6.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22514 for ; Mon, 28 Sep 1998 16:28:44 -0700 (PDT) (envelope-from tlambert@usr04.primenet.com) Received: (from daemon@localhost) by smtp02.primenet.com (8.8.8/8.8.8) id QAA26930; Mon, 28 Sep 1998 16:28:31 -0700 (MST) Received: from usr04.primenet.com(206.165.6.204) via SMTP by smtp02.primenet.com, id smtpd026867; Mon Sep 28 16:28:22 1998 Received: (from tlambert@localhost) by usr04.primenet.com (8.8.5/8.8.5) id QAA11858; Mon, 28 Sep 1998 16:26:53 -0700 (MST) From: Terry Lambert Message-Id: <199809282326.QAA11858@usr04.primenet.com> Subject: Re: Compiler Problem in 64bit math? To: toasty@home.dragondata.com (Kevin Day) Date: Mon, 28 Sep 1998 23:26:53 +0000 (GMT) Cc: tlambert@primenet.com, shimon@simon-shapiro.org, freebsd-current@FreeBSD.ORG In-Reply-To: <199809280229.VAA13889@home.dragondata.com> from "Kevin Day" at Sep 27, 98 09:29:20 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I believe this is illegal though... Doesn't ansi say that by adding the > 'register' modifier, the type/size can't silently change? > > 'register' is a suggestion, if it can't do it, it's just supposed to ignore > it, so why is this happening? :) I don't know. Is it an Intel (32 bit) or Alpha (64 bit) compiler? I have to know if quad/"long long" is supposed to be a register type or not to be able to give you an answer. I'd also suggest trying 2.8.1, if it's not already 2.8.1 that's being used, since it fixes significant bugs in the 2.7.2 we are using by default. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message