On Tue, 30 Oct 2018, Martin Liška wrote: > Hi. > > I'm going to install one obvious documentation fix as reported here: > https://gcc.gnu.org/ml/gcc/2018-10/msg00252.html > > Martin > > gcc/ChangeLog: > > 2018-10-30 Martin Liska <mli...@suse.cz> > > * doc/extend.texi: Fix typo in documentation > of __builtin_expect_with_probability.
Can you also check and fix the description of the 'probability' argument? In the prototype it's of integer type, in the description it's a float in range 0 to 1, and in the intro sentence it's implied to be a percentage (so 0 to 100). Thanks. Alexander