Re: [PATCH] Add -fprofile-note option.

2019-07-08 Thread Sandra Loosemore
On 7/8/19 11:43 AM, Martin Liška wrote: @@ -12407,7 +12407,9 @@ To optimize the program based on the collected profile information, use @item -fprofile-note=@var{path} @opindex fprofile-note -If @var{path} is specified, GCC saves gcno filename into @var{path} location. +If @var{path} is sp

Re: [PATCH] Add -fprofile-note option.

2019-07-08 Thread Martin Liška
On 7/4/19 1:15 AM, Sandra Loosemore wrote: On 7/2/19 6:37 AM, Martin Liška wrote: @@ -12403,6 +12403,11 @@ the profile feedback data files. See @option{-fprofile-dir}.  To optimize the program based on the collected profile information, use  @option{-fprofile-use}.  @xref{Optimize Options}, fo

Re: [PATCH] Add -fprofile-note option.

2019-07-03 Thread Sandra Loosemore
On 7/2/19 6:37 AM, Martin Liška wrote: @@ -12403,6 +12403,11 @@ the profile feedback data files. See @option{-fprofile-dir}. To optimize the program based on the collected profile information, use @option{-fprofile-use}. @xref{Optimize Options}, for more information. +@item -fprofile-note=

Re: [PATCH] Add -fprofile-note option.

2019-07-02 Thread Jeff Law
On 7/2/19 6:37 AM, Martin Liška wrote: > Hi. > > The patch is about a new option that can be handy when you pipe > output and you do not use an object file. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ChangeLog