From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 15:47:34 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908C616A4E2 for ; Sat, 8 Jul 2006 15:47:34 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta05ps.mx.bigpond.com (omta05ps.mx.bigpond.com [144.140.83.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D1943D72 for ; Sat, 8 Jul 2006 15:47:31 +0000 (GMT) (envelope-from andrew@areilly.bpa.nu) Received: from areilly.bpa.nu ([141.168.7.22]) by omta05ps.mx.bigpond.com with ESMTP id <20060708154729.FGWY16234.omta05ps.mx.bigpond.com@areilly.bpa.nu> for ; Sat, 8 Jul 2006 15:47:29 +0000 Received: (qmail 2361 invoked by uid 501); 8 Jul 2006 15:47:31 -0000 Date: Sun, 9 Jul 2006 01:47:31 +1000 From: Andrew Reilly To: Tilman Linneweh Message-ID: <20060708154731.GA2291@duncan.reilly.home> References: <200607081240.k68CepTs077152@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607081240.k68CepTs077152@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/98893: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 15:47:34 -0000 On Sat, Jul 08, 2006 at 12:40:51PM +0000, Tilman Linneweh wrote: > Synopsis: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Sat Jul 8 12:39:45 UTC 2006 > State-Changed-Why: > I tried on CURRENT, and it does not seem to be a problem. > > Can you perhaps try to reproduce it on CURRENT? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=98893 Not easily. We'll see. Maybe I'll give it a go soon. What version of GCC is cc on CURRENT? The problem seems to be restricted to -O2 in 3.4.4 (20050518). Works fine at -O2 in GCC 4.1, or -O in 3.4.4, which is how I'm running it now. I did try, for a while, to produce a simple test case that demonstrated the same fault, but failed. The simple test cases that I produced all worked as expected. There must be something non-obvious going on with tcpserver as a whole (or at least a largeish chunk of it.) Sorry I can't be of more immediate use. Cheers, -- Andrew