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: [WWW] simtest-howto.html clarifications, additions


On Wed, Jun 11, 2003 at 01:54:59PM -0700, Dan Kegel wrote:
> Janis Johnson wrote:
> > +    <p>The target characteristic can help you determine which targets to
> > +    use to broaden the scope of your testing.  A CC0 target causes
> > +    significantly different code to be generated and can matter more
> > +    than word size and endianness in terms of detecting new breakage.</p>
> 
> What's a CC0 target?  I've googled and googled, and can't find a clue.

I changed it from "CC0" to "cc0", which is how it's used in the GCC
internals manual.  It has to do with condition codes, but most of the
documentation assumes you already know what it means and talks about
machines that do or do not use cc0.  If someone provides a good, short
description I'll add it here.

Janis


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