aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2013-04-24 17:09:22 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2013-04-24 17:09:22 +0000
commite93e18e9f781043b5d579c357fa7a9fe9d549aef (patch)
treebf5455b12b0d01df64c333ee8937510a4ce9d710 /gcc/doc
parentafbce7b7cfb6dcfdebd6ee299557226bd1640a8b (diff)
downloadgcc-e93e18e9f781043b5d579c357fa7a9fe9d549aef.zip
gcc-e93e18e9f781043b5d579c357fa7a9fe9d549aef.tar.gz
gcc-e93e18e9f781043b5d579c357fa7a9fe9d549aef.tar.bz2
cpp.texi: Remove __GXX_EXPERIMENTAL_CXX1Y__.
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. From-SVN: r198258
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/cpp.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
index 71979ee..4e7b05c 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