diff options
| author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-25 11:48:02 +0000 |
|---|---|---|
| committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-25 11:48:02 +0000 |
| commit | 77b4c797e5fefffbb7e78051d6cb1d4b4f7634cc (patch) | |
| tree | b74c297ae82ac3bb92429790c5abfa1525a6adc5 | |
| parent | 62b2dea6d71fad73c26d620753b0d84d8facd255 (diff) | |
| download | ppe42-gcc-77b4c797e5fefffbb7e78051d6cb1d4b4f7634cc.tar.gz ppe42-gcc-77b4c797e5fefffbb7e78051d6cb1d4b4f7634cc.zip | |
* 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
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/passes.texi | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b3db6360a8..892c3b7584b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 57a065bdf17..ed32827238a 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 |

