]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Backport r271118
authorMartin Liska <mliska@suse.cz>
Tue, 14 May 2019 08:47:40 +0000 (10:47 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 14 May 2019 08:47:40 +0000 (08:47 +0000)
2019-05-14  Martin Liska  <mliska@suse.cz>

Backport from mainline
2019-05-13  Martin Liska  <mliska@suse.cz>

PR tree-optimization/90416
* tree-vect-stmts.c (vect_check_load_store_mask): Concatenate
string instead of passing the second part as va_arg argument.

From-SVN: r271152

gcc/ChangeLog
gcc/tree-vect-stmts.c

index d77ccbe12b7192306c508eadaa84373ad90f2a4a..6ebf816873c6ed8fcddf1dc1e5b04bc34f24e9ba 100644 (file)
@@ -1,3 +1,12 @@
+2019-05-14  Martin Liska  <mliska@suse.cz>
+
+       Backport from mainline
+       2019-05-13  Martin Liska  <mliska@suse.cz>
+
+       PR tree-optimization/90416
+       * tree-vect-stmts.c (vect_check_load_store_mask): Concatenate
+       string instead of passing the second part as va_arg argument.
+
 2019-05-14  Martin Liska  <mliska@suse.cz>
 
        Backport from mainline
index 41a7eb0b9a79ba14d000553476e4ef2a13840946..a5fa8ec3a86fcc27cfc026e27d76c286df201d94 100644 (file)
@@ -2568,7 +2568,7 @@ vect_check_load_store_mask (stmt_vec_info stmt_info, tree mask,
     {
       if (dump_enabled_p ())
        dump_printf_loc (MSG_MISSED_OPTIMIZATION, vect_location,
-                        "vector mask type %T",
+                        "vector mask type %T"
                         " does not match vector data type %T.\n",
                         mask_vectype, vectype);