re PR translation/90011 (trailing space in diagnostic)
authorJakub Jelinek <jakub@redhat.com>
Tue, 9 Apr 2019 10:27:14 +0000 (12:27 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 9 Apr 2019 10:27:14 +0000 (12:27 +0200)
PR translation/90011
* ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
from diagnostics.
* config/arm/freebsd.h (LINK_SPEC): Remove trailing space from -p
diagnostics.
* config/riscv/freebsd.h (LINK_SPEC): Likewise.
* config/aarch64/aarch64-freebsd.h (FBSD_TARGET_LINK_SPEC): Likewise.
* config/darwin.h (DRIVER_SELF_SPECS, ASM_FINAL_SPEC): Remove
trailing space from -gsplit-dwarf diagnostics.

From-SVN: r270225

gcc/ChangeLog
gcc/config/aarch64/aarch64-freebsd.h
gcc/config/arm/freebsd.h
gcc/config/darwin.h
gcc/config/riscv/freebsd.h
gcc/ipa-devirt.c

index d0d6abc..7136f6b 100644 (file)
@@ -1,5 +1,15 @@
 2019-04-09  Jakub Jelinek  <jakub@redhat.com>
 
+       PR translation/90011
+       * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
+       from diagnostics.
+       * config/arm/freebsd.h (LINK_SPEC): Remove trailing space from -p
+       diagnostics.
+       * config/riscv/freebsd.h (LINK_SPEC): Likewise.
+       * config/aarch64/aarch64-freebsd.h (FBSD_TARGET_LINK_SPEC): Likewise.
+       * config/darwin.h (DRIVER_SELF_SPECS, ASM_FINAL_SPEC): Remove
+       trailing space from -gsplit-dwarf diagnostics.
+
        PR tree-optimization/89998
        * gimple-ssa-sprintf.c (try_substitute_return_value): Use lhs type
        instead of integer_type_node if possible, don't add ranges if return
index bdc294a..899e6f9 100644 (file)
@@ -34,7 +34,7 @@
 
 #undef  FBSD_TARGET_LINK_SPEC
 #define FBSD_TARGET_LINK_SPEC "                                 \
-    %{p:%nconsider using `-pg' instead of `-p' with gprof (1) } \
+    %{p:%nconsider using `-pg' instead of `-p' with gprof (1) \
     %{v:-V}                                                     \
     %{assert*} %{R*} %{rpath*} %{defsym*}                       \
     %{shared:-Bshareable %{h*} %{soname*}}                      \
index 5d629cb..ed8d406 100644 (file)
@@ -46,7 +46,7 @@
 
 #undef LINK_SPEC
 #define LINK_SPEC "                                                    \
-  %{p:%nconsider using `-pg' instead of `-p' with gprof (1) }          \
+  %{p:%nconsider using `-pg' instead of `-p' with gprof (1)          \
   %{v:-V}                                                              \
   %{assert*} %{R*} %{rpath*} %{defsym*}                                        \
   %{shared:-Bshareable %{h*} %{soname*}}                               \
index 8c197e6..0e253cb 100644 (file)
@@ -123,7 +123,7 @@ extern GTY(()) int darwin_ms_struct;
   "%{gused:-g -feliminate-unused-debug-symbols} %<gused",      \
   "%{fapple-kext|mkernel:-static}",                            \
   "%{shared:-Zdynamiclib} %<shared",                            \
-  "%{gsplit-dwarf:%ngsplit-dwarf is not supported on this platform } \
+  "%{gsplit-dwarf:%ngsplit-dwarf is not supported on this platform} \
      %<gsplit-dwarf"
 
 #define DARWIN_CC1_SPEC                                                        \
@@ -424,7 +424,7 @@ extern GTY(()) int darwin_ms_struct;
 
 #define ASM_DEBUG_SPEC  "%{g*:%{%:debug-level-gt(0):%{!gdwarf*:--gstabs}}}"
 #define ASM_FINAL_SPEC \
-  "%{gsplit-dwarf:%ngsplit-dwarf is not supported on this platform } %<gsplit-dwarf"
+  "%{gsplit-dwarf:%ngsplit-dwarf is not supported on this platform} %<gsplit-dwarf"
 
 /* We still allow output of STABS if the assembler supports it.  */
 #ifdef HAVE_AS_STABS_DIRECTIVE
index 4e7e7ff..13d04cc 100644 (file)
@@ -41,7 +41,7 @@ along with GCC; see the file COPYING3.  If not see
 #undef LINK_SPEC
 #define LINK_SPEC "                                            \
   -melf" XLEN_SPEC "lriscv                                     \
-  %{p:%nconsider using `-pg' instead of `-p' with gprof (1) }  \
+  %{p:%nconsider using `-pg' instead of `-p' with gprof (1)  \
   %{v:-V}                                                      \
   %{assert*} %{R*} %{rpath*} %{defsym*}                                \
   %{shared:-Bshareable %{h*} %{soname*}}                       \
index 6d891e8..61e4efc 100644 (file)
@@ -874,7 +874,7 @@ compare_virtual_tables (varpool_node *prevailing, varpool_node *vtable)
                                (TYPE_NAME (DECL_CONTEXT (vtable->decl))),
                              OPT_Wodr,
                              "virtual table of type %qD violates "
-                             "one definition rule  ",
+                             "one definition rule",
                              DECL_CONTEXT (vtable->decl)))
                {
                  inform (DECL_SOURCE_LOCATION