diff options
Diffstat (limited to 'libcpp/expr.c')
-rw-r--r-- | libcpp/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/expr.c b/libcpp/expr.c index 147bd97c5ece..07f1b2fb419a 100644 --- a/libcpp/expr.c +++ b/libcpp/expr.c @@ -687,7 +687,7 @@ cpp_classify_number (cpp_reader *pfile, const cpp_token *token, && CPP_PEDANTIC (pfile)) cpp_error_with_line (pfile, CPP_DL_PEDWARN, virtual_location, 0, CPP_OPTION (pfile, cplusplus) - ? "binary constants are a C++1y feature " + ? "binary constants are a C++14 feature " "or GCC extension" : "binary constants are a GCC extension"); |