wwwdocs/htdocs/gcc-3.4 changes.html

Neil Booth neil@daikokuya.co.uk
Fri Aug 1 12:09:00 GMT 2003


Gerald Pfeifer's automatic GCC web pages tester wrote:-

> Hi, I am a script verifying all changes to the GCC web pages; my
> master is Gerald Pfeifer.
> 
>   http://gcc.gnu.org/gcc-3.4/changes.html looks good.
> 
> No problems detected, congratulations!

Heh, I applied this.

Neil.

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.35
diff -u -p -r1.35 changes.html
--- changes.html	31 Jul 2003 11:18:41 -0000	1.35
+++ changes.html	1 Aug 2003 12:04:34 -0000
@@ -62,6 +62,10 @@
     <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>
+    <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 #import and #pragma once.
+	These two directives have therefore been un-deprecated.</li>
   </ul>
 
 <h3>C++</h3>



More information about the Gcc-patches mailing list