diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-05-07 20:10:09 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2010-05-07 20:10:09 +0000 |
commit | 0f590a2d73476b362a13e60aadde8a4252ce272f (patch) | |
tree | fb9b3eac2f9ccfc90c5322395336c03344a21bab /gcc | |
parent | 3bd5cdeb0e00feb040e5611e584509db27eeebf8 (diff) | |
download | gcc-0f590a2d73476b362a13e60aadde8a4252ce272f.zip gcc-0f590a2d73476b362a13e60aadde8a4252ce272f.tar.gz gcc-0f590a2d73476b362a13e60aadde8a4252ce272f.tar.bz2 |
Fix link to outdated cxx0x status page.
gcc/:
PR documentation/44016
* doc/standards.texi (Standards): Link to unversioned
cxx0x_status.html page.
From-SVN: r159168
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/standards.texi | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58a3276..5bd72ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + PR documentation/44016 + * doc/standards.texi (Standards): Link to unversioned + cxx0x_status.html page. + 2010-05-07 Iain Sandoe <iains@gcc.gnu.org> PR target/43708 diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index f6d8acd..38072df 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -190,7 +190,7 @@ working paper for the C++0x standard; the latest working paper is available on the ISO C++ committee's web site at @uref{http://www.open-std.org/jtc1/sc22/wg21/}. For information regarding the C++0x features available in the experimental C++0x mode, -see @uref{http://gcc.gnu.org/gcc-4.3/cxx0x_status.html}. To select this +see @uref{http://gcc.gnu.org/projects/cxx0x.html}. To select this standard in GCC, use the option @option{-std=c++0x}; to obtain all the diagnostics required by the standard, you should also specify @option{-pedantic} (or @option{-pedantic-errors} if you want them to be |