From owner-freebsd-stable@FreeBSD.ORG Thu Jan 20 19:17:04 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED8E316A4CE for ; Thu, 20 Jan 2005 19:17:04 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A4C43D39 for ; Thu, 20 Jan 2005 19:17:04 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so20760rne for ; Thu, 20 Jan 2005 11:17:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ur+9aGGyxaUMS+J6Lo0O4anRBOa+LRa9mIPJpxABh1D+knxp8MCHr/oZLN4OR0xKODXlPuK/8E8Yaxt1nUhUU+23Yo214nZAQ0pNfI//pcjBEMK8BcW+OXSmN7MxAxxI26RnjINHcZB4K84Kc0Lbxjuza/xDaaSIsh5g72H4A3g= Received: by 10.38.86.16 with SMTP id j16mr111234rnb; Thu, 20 Jan 2005 11:17:03 -0800 (PST) Received: by 10.39.1.45 with HTTP; Thu, 20 Jan 2005 11:17:03 -0800 (PST) Message-ID: <3aaaa3a050120111777ada357@mail.gmail.com> Date: Thu, 20 Jan 2005 19:17:03 +0000 From: Chris To: John Polstra In-Reply-To: <3aaaa3a050120105459f7d015@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <3aaaa3a0501181530975fecf@mail.gmail.com> <3aaaa3a050120105459f7d015@mail.gmail.com> cc: freebsd-stable@freebsd.org Subject: Re: CFLAGS=-O2 -pipe problems in RELENG_5 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 19:17:05 -0000 what does -fno-strict-alias do? I cannot find it in man gcc Chris On Thu, 20 Jan 2005 18:54:05 +0000, Chris wrote: > Yep its fixed now I know, I was saying its the only time I have ever > had a problem, the problem no longer exists now tho. > > Chris > > > On Thu, 20 Jan 2005 08:56:33 -0800 (PST), John Polstra wrote: > > On 18-Jan-2005 Chris wrote: > > > I have been compiling ports using -O2 since I started using FreeBSD > > > back in 2003 and only port that has had issues with this is lang/ezm3 > > > in FreeBSD 5.2.1 it needed -O. > > > > I fixed that at the beginning of November. > > > > John > > >