This is the mail archive of the gcc@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: Apple's -fast option for gcc


Bradley Lucier <lucier@math.purdue.edu> writes:

> Apple is shipping *two* versions of the compiler, you get a different
> one if you use -fast; you can see this by doing "gcc -v" and "gcc
> -fast -v"; the regular one is 1493 and the "-fast" one is 1610.  To
> find the precise cvs version numbers, do a

We prefer to call them separate 'engines' for one compiler---they
share a lot of stuff when installed and have a very similar, but not
quite the same, source code base.  In later versions (like 1518, I
think) we've combined them into one source base, and that should also
be visible in the anonymous CVS archive (if it isn't, it will be
soon).

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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