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]

[WWW] PCH announcement


I don't know how to test these are valid HTML (if there's a way, it'd
be nice to mention it under "testing patches"), but I think they're
right.

-- 
- Geoffrey Keating <geoffk@apple.com>

===File ~/patches/www-pchannounce.patch=====================
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.350
diff -u -p -u -p -r1.350 index.html
--- index.html	9 Jan 2003 13:29:37 -0000	1.350
+++ index.html	10 Jan 2003 23:54:55 -0000
@@ -82,6 +82,15 @@ to maintain and improve quality.</p>
 <h2>News/Announcements</h2>
 
 <dl>
+<dt><b>January 10, 2003</b></dt>
+<dd>
+Geoffrey Keating of Apple Computer, Inc., with support from Red Hat,
+Inc., has contributed a
+<a "http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html#Precompiled%20Headers";>
+precompiled header</a> implementation that can dramatically speed up
+compilation of some projects.
+</dd>
+
 <dt><b>December 27, 2002</b></dt>
 <dd>
 Mark Mitchell of CodeSourcery has contributed a
Index: gcc-3.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 changes.html
--- gcc-3.4/changes.html	10 Jan 2003 15:57:38 -0000	1.6
+++ gcc-3.4/changes.html	10 Jan 2003 23:54:55 -0000
@@ -32,6 +32,9 @@
 <h3>C/ObjC/C++</h3>
 
   <ul>
+    <li>Precompiled headers are now supported.  Precompiled headers
+        can dramatically speed up compilation of some projects.  There
+        are some restrictions; read the manual for the details.</li>
   </ul>
 
 <h3>C++</h3>
============================================================


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