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: Separating c++ parser


On 09/12/05 15:55, Ashwin Bharambe wrote:

- stop gcc once the cp frontend parses the code and generates the
parse tree structure.


Check -fsyntax-only.

- disable the stage1,stage2 compilation etc. during the build process?

just do 'make all' instead of 'make bootstrap'.


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