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: Deprecate -traditional-cpp?


On Thu, Sep 05, 2019 at 02:33:35PM +0200, Andreas Schwab wrote:
> On Sep 05 2019, Nathan Sidwell <nathan@acm.org> wrote:
> 
> > Is it time to deprecate traditional preprocessing?  It's been  30 years
> > since C89.  Are (non-compiler) tools that use it still things?
> 
> It's probably still used together with -xassembler-with-cpp.

I think not by default.  Generally, traditional preprocessing is used
often for preprocessing of something that isn't actually C/C++, but
something different.  imake (guess that is not used anymore), other
Makefile/assembler/etc. preprocessing.

	Jakub


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