diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-24 17:09:22 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-24 17:09:22 +0000 |
commit | 949dbf93f6ea4e19f6eb3dd609c4bf0c6ab8f1eb (patch) | |
tree | bf5455b12b0d01df64c333ee8937510a4ce9d710 /gcc/doc | |
parent | 90707e863667dbc33ec665c2bc179e34d676451b (diff) | |
download | gcc-949dbf93f6ea4e19f6eb3dd609c4bf0c6ab8f1eb.tar.gz |
2013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
* doc/cpp.texi: Remove __GXX_EXPERIMENTAL_CXX1Y__.
/c-family
2013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
* c-cppbuiltin.c (c_cpp_builtins): Do not define
__GXX_EXPERIMENTAL_CXX1Y__.
/testsuite
2013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/cpp1y/cxx1y_macro.C: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198258 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/cpp.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 71979eefe5f..4e7b05cd159 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -2319,13 +2319,6 @@ features likely to be included in C++0x are available. Note that these features are experimental, and may change or be removed in future versions of GCC. -@item __GXX_EXPERIMENTAL_CXX1Y__ -This macro is defined when compiling a C++ source file with the option -@option{-std=c++1y} or @option{-std=gnu++1y}. It indicates that some -features likely to be included in C++1y are available. Note that these -features are experimental, and may change or be removed in future -versions of GCC. - @item __GXX_WEAK__ This macro is defined when compiling a C++ source file. It has the value 1 if the compiler will use weak symbols, COMDAT sections, or |