From 765f8786cf6e22aa6309f321f0afd8e7dc79b4bb Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 9 Apr 2019 12:27:14 +0200 Subject: re PR translation/90011 (trailing space in diagnostic) 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/ipa-devirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ipa-devirt.c') diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c index 6d891e8..61e4efc 100644 --- a/gcc/ipa-devirt.c +++ b/gcc/ipa-devirt.c @@ -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 -- cgit v1.1