This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: treelang fix for rs6000 / treelang not proper front end
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- Cc: Tim Josling <tej at melbpc dot org dot au>, Zack Weinberg <zack at codesourcery dot com>, <gcc-patches at gcc dot gnu dot org>, <doko at cs dot tu-berlin dot de>, <gcc at gcc dot gnu dot org>, <neil at daikokuya dot co dot uk>
- Date: Mon, 9 Jun 2003 17:16:47 -0400 (EDT)
- Subject: Re: treelang fix for rs6000 / treelang not proper front end
On Mon, 9 Jun 2003, Steven Bosscher wrote:
> The front ends that do not build functions as trees right now are:
> - G77, which is obsolete. Nobody has shown interest in even trying to
> make it build functions as trees AFAIK. Scheduled for removal once G95
> has proven itself.
> - Ada, for which work to make it build functions as trees has been
> announced a few times (but nothing so far, fingers crossed... ;-)
> - Treelang...
- And the Java bytecode frontend. (Gcj is two frontends in one, a source
parser and a bytecode reader.)
Jeff