Re: [PATCH] Fix timevar format and fix tests (PR testsuite/84597).

2018-02-28 Thread Richard Biener
On Wed, Feb 28, 2018 at 11:07 AM, Martin Liška wrote: > Hi. > > It's fix of 2 tests that I forgot to adjust. Apart from that I'm slightly > adjust > printf patterns in order to support '100%' values. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be in

[PATCH] Fix timevar format and fix tests (PR testsuite/84597).

2018-02-28 Thread Martin Liška
Hi. It's fix of 2 tests that I forgot to adjust. Apart from that I'm slightly adjust printf patterns in order to support '100%' values. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2018-02-28 Martin Liska PR