[Bug other/40498] no_instrument_function attribute not documented to prevent -pg instrumentation

2018-11-18 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40498

sandra at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||sandra at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #5 from sandra at gcc dot gnu.org ---
Fixed on trunk.

[Bug other/40498] no_instrument_function attribute not documented to prevent -pg instrumentation

2018-11-18 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40498

--- Comment #4 from sandra at gcc dot gnu.org ---
Author: sandra
Date: Mon Nov 19 01:04:04 2018
New Revision: 266260

URL: https://gcc.gnu.org/viewcvs?rev=266260=gcc=rev
Log:
2018-11-18  Sandra Loosemore  

PR other/40498

gcc/
* doc/extend.texi (Common Function Attributes): Document that
no_instrument_function applies to -p and -pg, too.
* doc/invoke.texi (Instrumentation Options): Add cross-references
to docs for -p, -pg, and -finstrument-functions.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/extend.texi
trunk/gcc/doc/invoke.texi