Fix documentation of -fprofile-exclude-files
authorGöran Uddeborg <goeran@uddeborg.se>
Wed, 26 Aug 2020 23:06:28 +0000 (17:06 -0600)
committerJeff Law <law@redhat.com>
Wed, 26 Aug 2020 23:07:36 +0000 (17:07 -0600)
commit8ca43e4ea58ae436af4b5818916abc15b2fd8f49
treee3fd1924f7813824a9bcd2261e0f048fe61d7dc7
parent8f1ea8ddccc34c28f72910d9f61bacd35cc73270
Fix documentation of -fprofile-exclude-files

The wording of the description of -fprofile-exclude-files is easy to
misunderstand.  One can be led to believe a file is excluded only if
it matches all of the patterns, not just one.  This patch tries to
clarify the function.  It also adjusts the wording of
-fprofile-filter-files accordingly.

gcc/

PR gcov-profile/96285
* common.opt, doc/invoke.texi: Clarify wording of
-fprofile-exclude-files and adjust -fprofile-filter-files to
match.
gcc/common.opt
gcc/doc/invoke.texi