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: Remove chill


On Mon, 15 Apr 2002, Mark Mitchell wrote:
> This patch removes most vestiges of the Chill front end.  Approved by
> the SC.  The mildly interesting diffs are below; the parts that
> consisted entirely of removing files have been elided.

And here is the web pages patch I just comitted...

Gerald

Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.11
diff -u -3 -p -r1.11 frontends.html
--- frontends.html	10 Apr 2002 15:20:44 -0000	1.11
+++ frontends.html	16 Apr 2002 14:41:22 -0000
@@ -8,7 +8,7 @@
 <h1>GCC Front Ends</h1>

 <p>Currently the main GCC distribution contains front ends for C
-(gcc), C++ (g++), Objective C, Chill (unmaintained),
+(gcc), C++ (g++), Objective C,
 Fortran (g77), Java (<a
 href="java/">GCJ</a>), and Ada (GNAT).  GCC 3.1 will be the first official
 version of GCC to include the Ada front end.</p>
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.298
diff -u -3 -p -r1.298 index.html
--- index.html	3 Apr 2002 16:03:37 -0000	1.298
+++ index.html	16 Apr 2002 14:41:22 -0000
@@ -117,7 +117,7 @@ as the official GNU maintainer for GCC.
 from the "GNU C Compiler" to the "GNU Compiler Collection" and received
 a new <a href="gccmission.html">mission statement</a>.</p>

-<p>Currently GCC contains front ends for C, C++, Objective C, Chill,
+<p>Currently GCC contains front ends for C, C++, Objective C,
 Fortran, and <a href="java/">Java</a>
 as well as libraries for these languages (<a href="libstdc++/">libstdc++</a>,
 libgcj,...).  The next major release, <a href="gcc-3.1/criteria.html">GCC 3.1</a>,
@@ -152,6 +152,12 @@ and automated testers</a> to maintain an
 <h2>News/Announcements</h2>

 <dl>
+
+<dt><b>April 15, 2002</b></dt>
+<dd>
+The Chill front end (that already was omitted from GCC 3.0) has been removed
+from the GCC source tree.
+</dd>

 <dt><b>February 25, 2002</b></dt>
 <dd>


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