On Thu, 13 Jul 2017 13:43:52 PDT (-0700), l...@redhat.com wrote: > On 07/13/2017 02:39 PM, Jan-Benedict Glaw wrote: >> Hi Jan, >> hi Kito, Palmer and Andrew! >> >> On Thu, 2017-06-29 14:27:41 +0200, Jan Hubicka <hubi...@ucw.cz> wrote: >>> this is second step of the profile maintenance revamp. It implements >>> profile_probability type which is pretty much symmetric to profile_count >>> except that it implements fixed point arithmetics for values 0...1. >>> It is used to maintain probabilities of edges out of basic blocks. >>> In addition it tracks information about quality of the estimate which can >>> later be used for optimization. >> >> RISC-V (--enable-languages=c,c++ --target=riscv32-unknown-linux-gnu >> --without-headers --disable-threads) fails to build right now, >> probably only missing header or header order: > [ ... ] > I fixed that yesterday :-)
Thanks! I was just cloning a fresh version to try and reproduce it.