passes.texi (Passes): Mention pretty-printing and diagnostic files.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Fri, 25 Jul 2003 11:48:02 +0000 (11:48 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 25 Jul 2003 11:48:02 +0000 (11:48 +0000)
        * doc/passes.texi (Passes): Mention pretty-printing and
        diagnostic files.

From-SVN: r69783

gcc/ChangeLog
gcc/doc/passes.texi

index 2b3db63..892c3b7 100644 (file)
@@ -1,3 +1,8 @@
+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
index 57a065b..ed32827 100644 (file)
 @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