Web page update for integrated CPP
Neil Booth
NeilB@earthling.net
Thu Nov 2 13:53:00 GMT 2000
OK?
Neil.
* proj-cpplib.html: Update.
Index: htdocs/proj-cpplib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/proj-cpplib.html,v
retrieving revision 1.14
diff -u -p -r1.14 proj-cpplib.html
--- proj-cpplib.html 2000/10/30 22:34:44 1.14
+++ proj-cpplib.html 2000/11/02 21:50:30
@@ -11,9 +11,9 @@
received six months of testing as the only preprocessor used by
development gcc, and I'm pretty happy with its stability at this point.
-<p>cpplib is still not linked into the C and C++ front ends by
-default, but the remaining issues are minor. It would be nice if
-integrated mode could be default - or even mandatory! - by GCC 3.0.
+<p>cpplib is now linked into the C and C++ front ends by default;
+remaining issues are minor. It would be nice if integrated mode were
+mandatory for GCC 3.0.
<h2>How to help test</h2>
@@ -91,6 +91,10 @@ varargs macros in traditional mode is a
expander entirely.
<li>C99's <code>_Pragma</code> operator has been implemented.
+
+ <li>Integrated CPP is now the build default. Use <code>configure
+ --disable-c-cpplib</code> to force use of the external
+ preprocessor.
</ol>
<h2>Known Bugs</h2>
More information about the Gcc-patches
mailing list