From owner-freebsd-stable@FreeBSD.ORG Thu Jan 20 21:33:09 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 4031C16A4CE for ; Thu, 20 Jan 2005 21:33:09 +0000 (GMT) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.49.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id D706743D53 for ; Thu, 20 Jan 2005 21:33:08 +0000 (GMT) (envelope-from paul@gromit.dlib.vt.edu) Received: from zappa.Chelsea-Ct.Org (pool-151-199-113-125.roa.east.verizon.net [151.199.113.125]) by gromit.dlib.vt.edu (8.13.1/8.13.1) with ESMTP id j0KLX6Tc082355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 20 Jan 2005 16:33:07 -0500 (EST) (envelope-from paul@gromit.dlib.vt.edu) Received: from zappa.Chelsea-Ct.Org (localhost.Chelsea-Ct.Org [127.0.0.1]) by zappa.Chelsea-Ct.Org (8.13.1/8.13.1) with ESMTP id j0KLX1Jo000715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 20 Jan 2005 16:33:01 -0500 (EST) (envelope-from paul@gromit.dlib.vt.edu) Received: (from paul@localhost) by zappa.Chelsea-Ct.Org (8.13.1/8.13.1/Submit) id j0KLX0GF000714; Thu, 20 Jan 2005 16:33:00 -0500 (EST) (envelope-from paul@gromit.dlib.vt.edu) X-Authentication-Warning: zappa.Chelsea-Ct.Org: paul set sender to paul@gromit.dlib.vt.edu using -f From: Paul Mather To: Chris In-Reply-To: <3aaaa3a050120111777ada357@mail.gmail.com> References: <3aaaa3a0501181530975fecf@mail.gmail.com> <3aaaa3a050120105459f7d015@mail.gmail.com> <3aaaa3a050120111777ada357@mail.gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 20 Jan 2005 16:33:00 -0500 Message-Id: <1106256780.582.5.camel@zappa.Chelsea-Ct.Org> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-stable@freebsd.org cc: John Polstra Subject: Re: CFLAGS=-O2 -pipe problems in RELENG_5 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 21:33:09 -0000 On Thu, 2005-01-20 at 19:17 +0000, Chris wrote: > what does -fno-strict-alias do? I cannot find it in man gcc It is a truncation of "-fno-strict-aliasing". The flag does not appear to be described in the gcc man page, but is documented in the gcc info page (search for "-fstrict-aliasing"). To quote the info page, -fstrict-aliasing "allows the compiler to assume the strictest aliasing rules applicable to the language being compiled. ..." Cheers, Paul. -- e-mail: paul@gromit.dlib.vt.edu "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." --- Frank Vincent Zappa