r238811 - in /trunk/gcc: ChangeLog c-family/Cha...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Thu Jul 28 08:45:00 GMT 2016


Author: marxin
Date: Thu Jul 28 08:45:29 2016
New Revision: 238811

URL: https://gcc.gnu.org/viewcvs?rev=238811&root=gcc&view=rev
Log:
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.

Added:
    trunk/gcc/testsuite/gcc.dg/no_profile_instrument_function-attr-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/doc/extend.texi
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-profile.c



More information about the Gcc-cvs mailing list