]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix link to outdated cxx0x status page.
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 2010 20:10:09 +0000 (20:10 +0000)
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 2010 20:10:09 +0000 (20:10 +0000)
gcc/:
        PR documentation/44016
        * doc/standards.texi (Standards): Link to unversioned
        cxx0x_status.html page.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159168 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/standards.texi

index 58a3276992b3822bc203f4657118736f5b694274..5bd72cab4ca9bdd30742726b5f8a4d842cef2569 100644 (file)
@@ -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
index f6d8acd6a72450f88886182c6d3b34acc74168d7..38072df0356ec2e52ba4ec83b2b9da71cc1a92ad 100644 (file)
@@ -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