pt.c (convert_nontype_argument): Add missing whitespace in error message.
authorPaolo Carlini <paolo.carlini@oracle.com>
Sun, 5 May 2013 11:36:27 +0000 (11:36 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 5 May 2013 11:36:27 +0000 (11:36 +0000)
2013-05-05  Paolo Carlini  <paolo.carlini@oracle.com>

* pt.c (convert_nontype_argument): Add missing whitespace in
error message.

From-SVN: r198608

gcc/cp/ChangeLog
gcc/cp/pt.c

index 9d3e652..e71b4f2 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-05  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * pt.c (convert_nontype_argument): Add missing whitespace in
+       error message.
+
 2013-05-04  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/53745
index 33ab292..dca3407 100644 (file)
@@ -5651,7 +5651,7 @@ convert_nontype_argument (tree type, tree expr, tsubst_flags_t complain)
            }
          if (POINTER_TYPE_P (expr_type))
            {
-             error ("%qE is not a valid template argument for %qT"
+             error ("%qE is not a valid template argument for %qT "
                     "because it is not the address of a variable",
                     expr, type);
              return NULL_TREE;