Re: [PATCH] Print heuristics probability fraction part with 2 digits.

2018-08-02 Thread Jeff Law
On 07/26/2018 08:43 AM, Martin Liška wrote: > Hi. > > It's just a cosmetics change where I want to print 2 digits of fraction > part of heuristics probabilities. It helps to distinguish 100% from > PROB_VERY_LIKELY (99.96%). > > Patch can bootstrap on ppc64le-redhat-linux and survives regression

[PATCH] Print heuristics probability fraction part with 2 digits.

2018-07-26 Thread Martin Liška
Hi. It's just a cosmetics change where I want to print 2 digits of fraction part of heuristics probabilities. It helps to distinguish 100% from PROB_VERY_LIKELY (99.96%). Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 201