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 7ebbf3c..1c405ec 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -883,7 +883,7 @@ ocp_convert (tree type, tree expr, int convtype, int flags, return rval; else if (complain & tf_error) error_at (loc, - "%q#T used where a floating point value was expected", + "%q#T used where a floating-point value was expected", TREE_TYPE (e)); } if (code == REAL_TYPE) |