On Wed, Dec 19, 2012 at 10:14:26PM -0800, Teresa Johnson wrote: > Merged this pair into an #elif, but left the outer one (from the IN_LIBGCOV > check) since it looks clearer. > > New patch: > > 2012-12-19 Teresa Johnson <tejohn...@google.com> > Jakub Jelinek <ja...@redhat.com> > > PR gcov-profile/55734 > * gcov-io.c (gcov_read_summary): Use __builtin_popcount instead > of __builtin_popcountll when building libgcov.a, otherwise use > popcount_hwi. > (gcov_histo_index): When not building libgcov.a, use floor_log2 > instead of __builtin_clzll.
Okay, thanks. Jakub