Date: Tue, 2 Oct 2007 20:06:14 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc opts.c Message-ID: <200710022006.l92K6EQG004893@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2007-10-02 20:06:14 UTC FreeBSD src repository 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. Approved by: re(kensmith) Revision Changes Path 1.4 +5 -2 src/contrib/gcc/opts.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710022006.l92K6EQG004893>