diff options
author | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-07-28 08:45:29 +0000 |
---|---|---|
committer | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-07-28 08:45:29 +0000 |
commit | 595e387a089a658f9504bac31c29448c7c180f75 (patch) | |
tree | 65d289d14b3f9bef4364fd78f61f605d0611bbf4 /gcc/ChangeLog | |
parent | 13bf40bc5fa3bea46f858aa1609090d0b237b077 (diff) | |
download | gcc-595e387a089a658f9504bac31c29448c7c180f75.tar.gz |
Introduce no_profile_instrument_function attribute
PR gcov-profile/68025
* tree-profile.c (tree_profiling): Respect
no_profile_instrument_function attribute.
* doc/extend.texi: Document no_profile_instrument_function
attribute.
PR gcov-profile/68025
* c-common.c (handle_no_profile_instrument_function_attribute):
PR gcov-profile/68025
* gcc.dg/no_profile_instrument_function-attr-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 919f3f8bacb..7e3ac320cf0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,13 @@ 2016-07-28 Martin Liska <mliska@suse.cz> + PR gcov-profile/68025 + * tree-profile.c (tree_profiling): Respect + no_profile_instrument_function attribute. + * doc/extend.texi: Document no_profile_instrument_function + attribute. + +2016-07-28 Martin Liska <mliska@suse.cz> + PR rtl-optimization/70944 * combine.c (make_compound_operation): Do not allow make_compound_operation for vector mode |