* c-common.c (c_common_reswords): Update comment for C++11.

From-SVN: r240792
This commit is contained in:
Jakub Jelinek 2016-10-05 17:10:01 +02:00 committed by Jakub Jelinek
parent 37a1d58a10
commit 9563bfcdb4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2016-10-05 Jakub Jelinek <jakub@redhat.com>
* c-common.c (c_common_reswords): Update comment for C++11.
2016-10-04 Jason Merrill <jason@redhat.com>
* c-common.c (make_tree_vector_from_ctor): New.

View File

@ -411,8 +411,8 @@ static int resort_field_decl_cmp (const void *, const void *);
C --std=c89: D_C99 | D_CXXONLY | D_OBJC | D_CXX_OBJC
C --std=c99: D_CXXONLY | D_OBJC
ObjC is like C except that D_OBJC and D_CXX_OBJC are not set
C++ --std=c98: D_CONLY | D_CXXOX | D_OBJC
C++ --std=c0x: D_CONLY | D_OBJC
C++ --std=c++98: D_CONLY | D_CXX11 | D_OBJC
C++ --std=c++11: D_CONLY | D_OBJC
ObjC++ is like C++ except that D_OBJC is not set
If -fno-asm is used, D_ASM is added to the mask. If