diff options
Diffstat (limited to 'gcc/cp/cvt.c')
-rw-r--r-- | gcc/cp/cvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 2f7823f76d9..b10e5589d90 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -88,7 +88,7 @@ cp_convert_to_pointer (tree type, tree expr) intype = complete_type (intype); if (!COMPLETE_TYPE_P (intype)) { - error ("can't convert from incomplete type %qT to %qT", + error ("can%'t convert from incomplete type %qT to %qT", intype, type); return error_mark_node; } |