2011/12/5 Jonathan Wakely:
> 2011/12/5 Marco Antonio Gómez Martín:
>>        Hello,
>>
>>        Just to let you know that I have found some broken links at
>>
>> http://gcc.gnu.org/projects/cxx0x.html
>>
>>        The table entries:
>>
>> Defining move special member functions  N3053   GCC 4.6
>> Allowing move constructors to throw [noexcept]  N3050   GCC 4.6 (core
>> language only)
>>
>>        have the proposal link broken (they need an extra 'l' at the end:
>> .html instead of .htm)
>
> Thanks for reporting the problems, I'll fix them later today.
>
> N.B. same issue in these copies:
> http://gcc.gnu.org/gcc-4.5/cxx0x_status.html
> http://gcc.gnu.org/gcc-4.6/cxx0x_status.html
> http://gcc.gnu.org/gcc-4.7/cxx0x_status.html

Fixed by this patch.

Thanks again for reporting it.
Index: gcc-4.5/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/cxx0x_status.html,v
retrieving revision 1.10
diff -u -r1.10 cxx0x_status.html
--- gcc-4.5/cxx0x_status.html   19 May 2010 16:07:30 -0000      1.10
+++ gcc-4.5/cxx0x_status.html   5 Dec 2011 21:50:40 -0000
@@ -263,12 +263,12 @@
     </tr>
     <tr>
       <td>Allowing move constructors to throw [noexcept]</td>
-      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.htm";>N3050</a></td>
+      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html";>N3050</a></td>
       <td align="center"><span class="unsupported">No</span></td>
     </tr>
     <tr>
       <td>Defining move special member functions</td>
-      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.htm";>N3053</a></td>
+      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.html";>N3053</a></td>
       <td align="center"><span class="unsupported">No</span></td>
     </tr>
     <tr>
Index: gcc-4.6/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/cxx0x_status.html,v
retrieving revision 1.10
diff -u -r1.10 cxx0x_status.html
--- gcc-4.6/cxx0x_status.html   2 Nov 2010 04:54:56 -0000       1.10
+++ gcc-4.6/cxx0x_status.html   5 Dec 2011 21:50:40 -0000
@@ -263,12 +263,12 @@
     </tr>
     <tr>
       <td>Allowing move constructors to throw [noexcept]</td>
-      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.htm";>N3050</a></td>
+      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html";>N3050</a></td>
       <td align="center"><span class="supported">Yes</span> (core language 
only)</td>
     </tr>
     <tr>
       <td>Defining move special member functions</td>
-      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.htm";>N3053</a></td>
+      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.html";>N3053</a></td>
       <td align="center"><span class="supported">Yes</span></td>
     </tr>
 
Index: gcc-4.7/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/cxx0x_status.html,v
retrieving revision 1.7
diff -u -r1.7 cxx0x_status.html
--- gcc-4.7/cxx0x_status.html   5 Dec 2011 16:12:38 -0000       1.7
+++ gcc-4.7/cxx0x_status.html   5 Dec 2011 21:50:40 -0000
@@ -264,12 +264,12 @@
     </tr>
     <tr>
       <td>Allowing move constructors to throw [noexcept]</td>
-      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.htm";>N3050</a></td>
+      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html";>N3050</a></td>
       <td align="center"><span class="supported">Yes</span> (core language 
only)</td>
     </tr>
     <tr>
       <td>Defining move special member functions</td>
-      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.htm";>N3053</a></td>
+      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.html";>N3053</a></td>
       <td align="center"><span class="supported">Yes</span></td>
     </tr>
 
Index: projects/cxx0x.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v
retrieving revision 1.53
diff -u -r1.53 cxx0x.html
--- projects/cxx0x.html 5 Dec 2011 16:12:39 -0000       1.53
+++ projects/cxx0x.html 5 Dec 2011 21:50:40 -0000
@@ -297,12 +297,12 @@
     </tr>
     <tr>
       <td>Allowing move constructors to throw [noexcept]</td>
-      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.htm";>N3050</a></td>
+      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html";>N3050</a></td>
       <td align="center"><a href="../gcc-4.6/changes.html">GCC 4.6</a> (core 
language only)</td>
     </tr>
     <tr>
       <td>Defining move special member functions</td>
-      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.htm";>N3053</a></td>
+      <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.html";>N3053</a></td>
       <td align="center"><a href="../gcc-4.6/changes.html">GCC 4.6</a></td>
     </tr>
     <tr>

Reply via email to