diff options
author | Martin Liska <mliska@suse.cz> | 2018-07-04 09:32:16 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2018-07-04 07:32:16 +0000 |
commit | 7709f595efd867318f501db72832fe420dad8560 (patch) | |
tree | aa1e0e7fa12d2180ba5ec148d61346bb8fef1ee8 /gcc/doc | |
parent | f45eb408050a2d70904dce86c4852a68705d7303 (diff) | |
download | gcc-7709f595efd867318f501db72832fe420dad8560.zip gcc-7709f595efd867318f501db72832fe420dad8560.tar.gz gcc-7709f595efd867318f501db72832fe420dad8560.tar.bz2 |
Fix DOS-based system build and fix documentation.
2018-07-04 Martin Liska <mliska@suse.cz>
Jonathan Wakely <jwakely@redhat.com>
* coverage.c: Use correct type.
* doc/invoke.texi: Language correction.
Co-Authored-By: Jonathan Wakely <jwakely@redhat.com>
From-SVN: r262373
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 56cd122..31d4f10 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11352,9 +11352,10 @@ and used by @option{-fprofile-use} and @option{-fbranch-probabilities} and its related options. Both absolute and relative paths can be used. By default, GCC uses the current directory as @var{path}, thus the profile data file appears in the same directory as the object file. -In order to prevent filename clashing, if object file name is not an absolute -path, we mangle absolute path of @file{@var{sourcename}.gcda} file and -use it as file name of a @file{.gcda} file. +In order to prevent the file name clashing, if the object file name is +not an absolute path, we mangle the absolute path of the +@file{@var{sourcename}.gcda} file and use it as the file name of a +@file{.gcda} file. When an executable is run in a massive parallel environment, it is recommended to save profile to different folders. That can be done with variables |