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]

Patch for gcc-3.0/features.html: mention testsuite


I've installed the following patch to gcc-3.0/features.html to mention the
testsuite, since the testsuite isn't in GCC 2.95.x.

(I'm not sure about the "again" here; it's re-adding something that was
already in EGCS, but relative to FSF GCC the testsuite is entirely new.)

Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.9
diff -u -r1.9 features.html
--- features.html	2001/05/02 16:20:34	1.9
+++ features.html	2001/05/04 11:40:03
@@ -112,6 +112,10 @@
         received, should be submitted again to the bug tracking
         database using <code>gccbug</code> if you can reproduce the
         problem with GCC 3.0.)</li>
+    <li>Extensive testsuite again included with GCC, with many new
+        tests.  In addition to tests for GCC bugs that have been
+        fixed, many tests have been added for language features,
+        compiler warnings and builtin functions.</li>
   </ul></li>
   <li>Plus a great many bugfixes and almost all the <a
   href="../gcc-2.95/features.html">features found in GCC 2.95</a>.</li>

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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