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]

Re: PATCH: Mention known problems with PCH


Richard Sandiford <rsandifo@redhat.com> writes:
> Mark Mitchell <mark@codesourcery.com> writes:
>> !         relatively rare situations.  Therefore, precompiled headres
>                                                                 ^^^^^^^
> Typo.  Obvious fix installed to changes.html.

Just spotted another, also installed as obvious.


Index: gcc-3.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.110
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.110 changes.html
--- gcc-3.4/changes.html	9 Apr 2004 07:10:41 -0000	1.110
+++ gcc-3.4/changes.html	9 Apr 2004 07:14:35 -0000
@@ -211,8 +211,8 @@
         implementation that will result in compiler crashes in
         relatively rare situations.  Therefore, precompiled headers
         should be considered a &quot;technology preview&quot; in this
-        release.  Read the manual for the details for details about 
-	how to use precompiled headers.</li>
+        release.  Read the manual for details about how to use
+        precompiled headers.</li>
     <li>File handling in the preprocessor has been rewritten.  GCC no
         longer gets confused by symlinks and hardlinks, and now has
 	a correct implementation of <code>#import</code> and


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