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]

Re: More cpplib



  In message <3569F440.9140C831@cygnus.com>you write:
  > Hi,
  > 
  > The attached patch makes the C++ front end work well enough to complete the
  > build "make all info install" with cpplib, which includes some C++ code
  > compiled with xgcc. The source is still going through cpp before the front
  > end sees it, but the lexical analysis is at least working.
  > 
  > OK to check it in?
Well, it's Jason's call since it's a really just C++ patch.


Note that you need not/should not send diffs for the generated files like
c-parse.c, cp-parse.c, cexp.c, etc.  They just make your changes harder
to read.  

jeff


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