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: [PCH] cpp & dependencies


Geoff Keating wrote:-

> > cpp_error should only be used inside cpplib.
> 
> What should be used instead?

error or warning?

> cpp_error should be moved to cpphash.h; it is now prototyped in
> cpplib.h.

Sometime, maybe during 3.4, it would be nice to get cpplib
(at least when part of GCC) using the same code as GCC itself;
namely whatever is in diagnostic.[ch].  Then cpp_error will
probably go away.

Neil.


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