From: Gabriel Dos Reis Date: Fri, 25 Jul 2003 11:48:02 +0000 (+0000) Subject: passes.texi (Passes): Mention pretty-printing and diagnostic files. X-Git-Tag: releases/gcc-3.4.0~4616 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fe37f686827a4d6c12d766ecb6d2b99fb0a286b;p=thirdparty%2Fgcc.git passes.texi (Passes): Mention pretty-printing and diagnostic files. * doc/passes.texi (Passes): Mention pretty-printing and diagnostic files. From-SVN: r69783 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b3db6360a8e..892c3b7584b8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-25 Gabriel Dos Reis + + * doc/passes.texi (Passes): Mention pretty-printing and + diagnostic files. + 2003-07-25 Nathan Sidwell * doc/extend.texi (Function Attributes): GNU C++ does now allow diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 57a065bdf172..ed32827238ae 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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