This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What is cc0 target?
On Tue, Oct 19, 2004 at 04:58:32PM +0530, C Jaiprakash, Noida wrote:
> Hi,
> What is cc0 target? where can i get any information to understand this?
The information in the GCC internals manual assumes that you already
know what it is, but there's a short description in
http://gcc.gnu.org/simtest.html that might help. The table of backend
characteristics in http://gcc.gnu.org/backends.html has a column for
targets that use cc0.
Janis