From owner-cvs-all@FreeBSD.ORG Tue Oct 2 20:36:32 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D6A516A418; Tue, 2 Oct 2007 20:36:32 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 41A5413C457; Tue, 2 Oct 2007 20:36:31 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l92KaVTv052006; Tue, 2 Oct 2007 13:36:31 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l92KaVGv052005; Tue, 2 Oct 2007 13:36:31 -0700 (PDT) (envelope-from obrien) Date: Tue, 2 Oct 2007 13:36:31 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20071002203631.GA51547@dragon.NUXI.org> References: <20071002200619.0CB0F16A555@hub.freebsd.org> <4702AA6C.60208@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4702AA6C.60208@root.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/gcc opts.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 20:36:32 -0000 On Tue, Oct 02, 2007 at 01:30:36PM -0700, Nate Lawson wrote: > David E. O'Brien wrote: > > Modified files: > > contrib/gcc opts.c > > Log: > > Do not imply -ftree-vrp with -O2 and above. One must implicitly specify > > '-ftree-vrp' if one wants it. > > Some bad code generation has been tracked to -ftree-vrp. jdk1{5,6} are > > notable examples. > > Great! Maybe should add... > Submitted by: se I didn't get this from se. -- -- David (obrien@FreeBSD.org)