From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-amd64+bounces-12989-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Qap3G-0003C5-HS
	for garchives@archives.gentoo.org; Sun, 26 Jun 2011 13:07:02 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 936DA1C201
	for <garchives@archives.gentoo.org>; Sun, 26 Jun 2011 13:07:01 +0000 (UTC)
Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id D1AC61C03D
	for <gentoo-amd64@lists.gentoo.org>; Sun, 26 Jun 2011 12:57:51 +0000 (UTC)
Received: by qwb7 with SMTP id 7so2650672qwb.40
        for <gentoo-amd64@lists.gentoo.org>; Sun, 26 Jun 2011 05:57:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:in-reply-to:references:date
         :message-id:subject:from:to:content-type:content-transfer-encoding;
        bh=I2Cj0x6aSNidV2QFWUipIjrZuLdj2zCMN4juOcw551o=;
        b=ZPA8+c/yuGmRlfmgD819o1faNiTqZQYnU/WVkpXapD8FId36LPv5nlaQacGcX//6Yc
         aR/SOvOlLUWNB4QVnekVjLEcT789hv4sDCIS22RwWg/OvhbmDS/MDFJBf9zHVDrmKklB
         f8TFc9s7v1CKaCYbr23+sJxcqmkL2j+DFgme0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=imvYKXVntjONXH+8OCQI78XcWLewcIKBBU6kAB5eMSma/byDFcywGTn0+a0C/iwrul
         A5T9Umyva9YwL9Z/UVeI5pudIguetpvzKOGVMxa2oGYOT96U0qZJK2owpyxW+gvWw1Ef
         I297qjrAJd2eg1TQ0FXQWz0MDv11z93u3oOqs=
Precedence: bulk
List-Post: <mailto:gentoo-amd64@lists.gentoo.org>
List-Help: <mailto:gentoo-amd64+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-amd64+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-amd64+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-amd64.gentoo.org>
X-BeenThere: gentoo-amd64@lists.gentoo.org
Reply-to: gentoo-amd64@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.224.206.135 with SMTP id fu7mr4047934qab.328.1309093071303;
 Sun, 26 Jun 2011 05:57:51 -0700 (PDT)
Received: by 10.224.61.14 with HTTP; Sun, 26 Jun 2011 05:57:51 -0700 (PDT)
In-Reply-To: <20110626003948.bd4b0b83.frank.peters@comcast.net>
References: <20110625134111.5c6b08dd.frank.peters@comcast.net>
	<20110625234418.a66f8d7b.frank.peters@comcast.net>
	<BANLkTim7kf_=YKBvvZ5w4Pq67rtCgVfXyw@mail.gmail.com>
	<20110626003948.bd4b0b83.frank.peters@comcast.net>
Date: Sun, 26 Jun 2011 05:57:51 -0700
Message-ID: <BANLkTimTK=jW7BdTygMJmChK+is4iy4htA@mail.gmail.com>
Subject: Re: [gentoo-amd64] Possible Math Problem - Request For Verification [Solved]
From: Mark Knecht <markknecht@gmail.com>
To: gentoo-amd64@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 1fb2c9d15b07bb39295ed2d9ecdc8906

On Sat, Jun 25, 2011 at 9:39 PM, Frank Peters <frank.peters@comcast.net> wr=
ote:
> On Sat, 25 Jun 2011 20:54:10 -0700
> Mark Knecht <markknecht@gmail.com> wrote:
>
>>
>> I'm using -O2 here on all my machines. Certainly it isn't that option
>> that causes a problem for everyone. Sounds like something specific to
>> your processor revision.
>>
>
> What version of gcc are you using?
>
> I was using gcc-4.5.2, which is the latest on Gentoo. =C2=A0Installing gc=
c-4.4.5,
> the previous version, into a new slot and then using gcc-4.4.5 to run the
> ucbtest I do *not* get the cabsd error. =C2=A0So the problem is definitel=
y gcc.
>
> All I need now is for someone to come forward and say that he is using
> gcc-4.5.2 and has no problem. =C2=A0Then I'll really start to bang my hea=
d.
>
> Frank Peters

Currently 4.4.5 here.

- Mark