https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96285
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jeff Law <l...@gcc.gnu.org>: https://gcc.gnu.org/g:8ca43e4ea58ae436af4b5818916abc15b2fd8f49 commit r11-2891-g8ca43e4ea58ae436af4b5818916abc15b2fd8f49 Author: Göran Uddeborg <goe...@uddeborg.se> Date: Wed Aug 26 17:06:28 2020 -0600 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.