svn commit: r244692 - head/lib/libproc/test/t1-bkpt

Dimitry Andric dim at FreeBSD.org
Wed Dec 26 13:28:25 UTC 2012


On 2012-12-26 06:11, Sergey Kandaurov wrote:
> Author: pluknet
> Date: Wed Dec 26 05:11:48 2012
> New Revision: 244692
> URL: http://svnweb.freebsd.org/changeset/base/244692
>
> Log:
>    Fix libproc test case to work with clang premature optimization
>    observed with -O2 (used by default).

There's nothing premature here; the compiler cannot guess that you
actually want less efficient code. ;-)


More information about the svn-src-head mailing list