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]

Re: preprocessor question


Dave Raggett wrote:-

> In the lastest snapshots,I find cc1plus can compile cpp file which
> include preprocessing directives.  why? Someone told me the
> preprocessor had been merged in cc1plus,isn't it?

Yes, it's integrated into cc1plus, but a stand-alone cpp binary still
exists.

The common parts are implemented as a library, so things will not be
handled differently between the two.

Neil.

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