Fix DOS-based system build and fix documentation.
authorMartin Liska <mliska@suse.cz>
Wed, 4 Jul 2018 07:32:16 +0000 (09:32 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 4 Jul 2018 07:32:16 +0000 (07:32 +0000)
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

gcc/ChangeLog
gcc/coverage.c
gcc/doc/invoke.texi

index 05d1e05e9909df22986c4ea9ccc60bce2b2c36be..3a6e9decca39c1452f9045eb3bd144ae8a89bb0d 100644 (file)
@@ -1,3 +1,9 @@
+2018-07-04  Martin Liska  <mliska@suse.cz>
+            Jonathan Wakely  <jwakely@redhat.com>
+
+       * coverage.c: Use correct type.
+       * doc/invoke.texi: Language correction.
+
 2018-07-03  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/85620
index 9c9d3dbd39e96554f7cdecf281f3b59f703ea2db..da171c84d3ca3886372558e2116b6e25cf45abf0 100644 (file)
@@ -1227,7 +1227,7 @@ coverage_init (const char *filename)
       if (profile_data_prefix)
        {
 #if HAVE_DOS_BASED_FILE_SYSTEM
-         const char separator = "\\";
+         const char *separator = "\\";
 #else
          const char *separator = "/";
 #endif
index 56cd122b0d7b420e2b16ceb02907860879d3b9d7..31d4f1047ba4a2cb2465c8c260bd3e84cef3b25f 100644 (file)
@@ -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