-
- Downloads
c++: Replace "C++2a" with "C++20".
C++20 isn't final quite yet, but all that remains is formalities, so let's go ahead and change all the references. I think for the next C++ standard we can just call it C++23 rather than C++2b, since the committee has been consistent about time-based releases rather than feature-based. gcc/c-family/ChangeLog 2020-05-13 Jason Merrill <jason@redhat.com> * c.opt (std=c++20): Make c++2a the alias. (std=gnu++20): Likewise. * c-common.h (cxx_dialect): Change cxx2a to cxx20. * c-opts.c: Adjust. * c-cppbuiltin.c: Adjust. * c-ubsan.c: Adjust. * c-warn.c: Adjust. gcc/cp/ChangeLog 2020-05-13 Jason Merrill <jason@redhat.com> * call.c, class.c, constexpr.c, constraint.cc, decl.c, init.c, lambda.c, lex.c, method.c, name-lookup.c, parser.c, pt.c, tree.c, typeck2.c: Change cxx2a to cxx20. libcpp/ChangeLog 2020-05-13 Jason Merrill <jason@redhat.com> * include/cpplib.h (enum c_lang): Change CXX2A to CXX20. * init.c, lex.c: Adjust.
Showing
- gcc/c-family/ChangeLog 10 additions, 0 deletionsgcc/c-family/ChangeLog
- gcc/c-family/c-common.c 1 addition, 1 deletiongcc/c-family/c-common.c
- gcc/c-family/c-common.h 2 additions, 2 deletionsgcc/c-family/c-common.h
- gcc/c-family/c-cppbuiltin.c 2 additions, 2 deletionsgcc/c-family/c-cppbuiltin.c
- gcc/c-family/c-opts.c 14 additions, 14 deletionsgcc/c-family/c-opts.c
- gcc/c-family/c-ubsan.c 2 additions, 2 deletionsgcc/c-family/c-ubsan.c
- gcc/c-family/c-warn.c 2 additions, 2 deletionsgcc/c-family/c-warn.c
- gcc/c-family/c.opt 4 additions, 4 deletionsgcc/c-family/c.opt
- gcc/cp/ChangeLog 6 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/call.c 5 additions, 5 deletionsgcc/cp/call.c
- gcc/cp/class.c 5 additions, 5 deletionsgcc/cp/class.c
- gcc/cp/constexpr.c 19 additions, 19 deletionsgcc/cp/constexpr.c
- gcc/cp/constraint.cc 1 addition, 1 deletiongcc/cp/constraint.cc
- gcc/cp/decl.c 17 additions, 17 deletionsgcc/cp/decl.c
- gcc/cp/init.c 3 additions, 3 deletionsgcc/cp/init.c
- gcc/cp/lambda.c 1 addition, 1 deletiongcc/cp/lambda.c
- gcc/cp/lex.c 1 addition, 1 deletiongcc/cp/lex.c
- gcc/cp/method.c 9 additions, 9 deletionsgcc/cp/method.c
- gcc/cp/name-lookup.c 20 additions, 20 deletionsgcc/cp/name-lookup.c
- gcc/cp/parser.c 51 additions, 51 deletionsgcc/cp/parser.c
Loading
Please register or sign in to comment