This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] objective-c gimplify
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: law at redhat dot com
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 15 Aug 2003 09:29:25 -0400
- Subject: Re: [tree-ssa] objective-c gimplify
If it bootstraps and passes the Objective-C testsuite, then it's OK.
It passes all the tests on i686-pc-linux-gnu with no regression.
I will be checking this in within the hour (had to recheck out the
sources).
Is this update to the web page ok?
ChangeLog:
* tree-ssa/index.html: Mention that the Objective-C uses
the C front end helpers and that Objective-C has a genericize pass.
Patch:
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.19
diff -u -r1.19 index.html
--- index.html 30 Jul 2003 13:25:34 -0000 1.19
+++ index.html 15 Aug 2003 13:17:12 -0000
@@ -188,7 +188,7 @@
<p>The conversion from GENERIC into GIMPLE trees is implemented in
<code>gimplify.c</code>. Additionally, each front end may have a set
of
-language-specific helpers. For instance, the C front end contains
helper
+language-specific helpers. For instance, the C/Objective-C front ends
contain the helper
functions in <code>c-simplify.c</code>, the C++ front end has its own
in
<code>cp/cp-simplify.c</code>. Predicates to determine whether a tree
is
in GIMPLE form are defined in <code>tree-simple.[ch]</code>.</p>
@@ -311,7 +311,7 @@
we will probably find some more deficiencies that need to be
addressed.</dd>
<dt><em>Add parse tree to GENERIC translation passes to front
ends</em></dt>
-<dd>From the front ends that generate function-as-trees, only the C
+<dd>From the front ends that generate function-as-trees, only the C,
Objective-C
and C++ front ends have a genericize pass.
<a href="mailto:jsturm@one-point.com">Jeff Sturm</a> and
<a href="mailto:aph@redhat.com">Andrew Haley</a> are working on