Commit 77b4c797 authored by gdr's avatar gdr
Browse files

* doc/passes.texi (Passes): Mention pretty-printing and

        diagnostic files.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69783 138bc75d-0d04-0410-961f-82ee72b054a4
parent 62b2dea6
2003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
* doc/passes.texi (Passes): Mention pretty-printing and
diagnostic files.
2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
* doc/extend.texi (Function Attributes): GNU C++ does now allow
......
......@@ -12,7 +12,10 @@
@cindex top level of compiler
The overall control structure of the compiler is in @file{toplev.c}. This
file is responsible for initialization, decoding arguments, opening and
closing files, and sequencing the passes.
closing files, and sequencing the passes. Routines for emitting
diagnostic messages are defined in @file{diagnostic.c}. The files
@file{pretty-print.h} and @file{pretty-print.c} provide basic support
for language-independent pretty-printing.
@cindex parsing pass
The parsing pass is invoked only once, to parse the entire input. A
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment