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]

4.1 release notes patch for new C parser


This patch adds a mention of the new C parser to the 4.1 release notes.  
(I don't think anything much longer can sensibly go there until we see 
what changes based on it in fact appear in 4.1; that it facilitates this 
or that change seems too speculative for the release notes).  Committed.

Index: gcc-4.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/changes.html,v
retrieving revision 1.1
diff -u -r1.1 changes.html
--- gcc-4.1/changes.html	25 Feb 2005 08:53:09 -0000	1.1
+++ gcc-4.1/changes.html	26 Feb 2005 02:07:56 -0000
@@ -17,6 +17,13 @@
 
 <h2>New Languages and Language specific improvements</h2>
 
+<h3>C and Objective-C</h3>
+
+  <ul>
+    <li>The old Bison-based C and Objective-C parser has been replaced
+	by a new, faster hand-written recursive-descent parser.</li>
+  </ul>
+
 <h2>New Targets and Target Specific Improvements</h2>
 
 <h2><a name="obsolete_systems">Obsolete Systems</a></h2>

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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