This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to know which front end?
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 28 Oct 2005 14:26:37 -0600
- Subject: Re: How to know which front end?
- References: <43624742.2090000@avtrex.com><m3hdb1piuy.fsf@localhost.localdomain> <43627C6B.40600@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> Yeah, I am kind of new to these tree optimizers, so I thought there
David> might be some sort of official way to know these things.
>From what I understand, there are currently no language-dependent
passes. (Am I wrong about that?) Having a facility for this might be
useful, e.g. if we end up with a few gcj-specific ones.
Tom