> Hello, > > Could I have a review for the trivial patch posted in > http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01123.html > > -fprofile-use sets flag_branch_probabilities. > > But we should also be able to use -fbranch-probabilities on its own > using the information generated by -fprofile-arcs, as documented.
OK, thanks! I was under impression that some of gcov tests still use -fprofile-arcs -fbranch-probabilities pair. It don't seem to be the case, so if you add a testcase, you get extra score ;) Honza > > Many thanks > > Christian