[PATCH] Add -fprofile-note option.

Martin Liška mliska@suse.cz
Tue Jul 2 12:37:00 GMT 2019


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:

2019-07-02  Martin Liska  <mliska@suse.cz>

	* common.opt: Add fprofile-note.
	* coverage.c (coverage_init): Append the option
	to bbg_file_name.
	* doc/invoke.texi: Document -fprofile-note.
---
 gcc/common.opt      |  4 ++++
 gcc/coverage.c      | 11 ++++++++---
 gcc/doc/invoke.texi |  9 +++++++--
 3 files changed, 19 insertions(+), 5 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-fprofile-note-option.patch
Type: text/x-patch
Size: 2607 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20190702/bb9ade43/attachment.bin>


More information about the Gcc-patches mailing list