From: Martin Liska Date: Wed, 25 Apr 2018 07:41:44 +0000 (+0200) Subject: Backport r259431 X-Git-Tag: releases/gcc-6.5.0~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559044c16565d071f75b175c8a92378eddd40d2a;p=thirdparty%2Fgcc.git Backport r259431 2018-04-25 Martin Liska Backport from mainline 2018-04-17 Martin Liska PR lto/85405 * ipa-devirt.c (odr_types_equivalent_p): Remove trailing in message, remote space in between '_G' and '('. From-SVN: r259634 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b7bb3d436f9d..a2fa483b3cda 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2018-04-25 Martin Liska + + Backport from mainline + 2018-04-17 Martin Liska + + PR lto/85405 + * ipa-devirt.c (odr_types_equivalent_p): Remove trailing + in message, remote space in between '_G' and '('. + 2018-04-25 Martin Liska Backport from mainline diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c index b4d2a94858fd..0d06c3c237a7 100644 --- a/gcc/ipa-devirt.c +++ b/gcc/ipa-devirt.c @@ -1579,7 +1579,7 @@ odr_types_equivalent_p (tree t1, tree t2, bool warn, bool *warned, if (DECL_BIT_FIELD (f1) != DECL_BIT_FIELD (f2)) { warn_odr (t1, t2, f1, f2, warn, warned, - G_ ("one field is bitfield while other is not ")); + G_("one field is bitfield while other is not")); return false; } else