This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] bugs.html and ISO C++


Replace broken link to the ISO C++ standard by one to the working group
page and simplify this a bit, removing now redundant links.

Installed.

Gerald

Index: bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.98
diff -u -3 -p -r1.98 bugs.html
--- bugs.html	24 Jul 2009 23:03:03 -0000	1.98
+++ bugs.html	12 Sep 2009 17:05:05 -0000
@@ -665,15 +665,9 @@ the first release of this series is 3.4.
 
 <h4>Standard conformance</h4>
 
-<p>With each release, we try to make G++ conform closer to the ISO C++ standard
-(available at
-<a href="http://www.ncits.org/cplusplus.htm";>http://www.ncits.org/cplusplus.htm</a>).
-We have also implemented some of the core and library defect reports
-(available at
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html";>http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html</a>
-&amp;
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html";>http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html</a>
-respectively).</p>
+<p>With each release, we try to make G++ conform closer to the <a href=
+"http://www.open-std.org/jtc1/sc22/wg21/";>ISO C++ standard</a>.
+We have also implemented some of the core and library defect reports.</p>
 
 <p>Non-conforming legacy code that worked with older versions of GCC may be
 rejected by more recent compilers.  There is no command-line switch to ensure


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]