Re: [PATCH] Add -fdump-profile-report.

2020-07-10 Thread Richard Biener via Gcc-patches
On Thu, Jul 9, 2020 at 1:55 PM Martin Liška wrote: > > When using -fprofile-report, -fdump-profile-report can be used to > print the report to a foo.c.000i.profile-report file instead > of stderr. I see it handy for comparison purpose. > > Patch can bootstrap on x86_64-linux-gnu and survives regre

[PATCH] Add -fdump-profile-report.

2020-07-09 Thread Martin Liška
When using -fprofile-report, -fdump-profile-report can be used to print the report to a foo.c.000i.profile-report file instead of stderr. I see it handy for comparison purpose. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin --- gcc/