aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/typeck.c')
-rw-r--r--gcc/cp/typeck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c
index 0a09998..aa5d128 100644
--- a/gcc/cp/typeck.c
+++ b/gcc/cp/typeck.c
@@ -6177,11 +6177,11 @@ cp_build_unary_op (enum tree_code code, tree xarg, bool noconvert,
}
else
{
- if (cxx_dialect >= cxx1z)
+ if (cxx_dialect >= cxx17)
{
if (complain & tf_error)
error ("use of an operand of type %qT in "
- "%<operator++%> is forbidden in C++1z",
+ "%<operator++%> is forbidden in C++17",
boolean_type_node);
return error_mark_node;
}