diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-11 21:49:26 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-11 21:49:26 +0000 |
commit | c013f26c67d959e1cd35112f5ee77721dbc33f7f (patch) | |
tree | cbf72d478a6c14b0263f69b5722d76d8340713eb /gcc/ChangeLog | |
parent | deb88e7d3a914d8932486b31e13b78d538c2dd48 (diff) | |
download | gcc-c013f26c67d959e1cd35112f5ee77721dbc33f7f.tar.gz |
* toplev.c (rest_of_compilation): Don't compile if we've had errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50604 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6273963140b..d6cde40549d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,11 +1,14 @@ +2002-03-11 Richard Henderson <rth@redhat.com> + + * toplev.c (rest_of_compilation): Don't compile if we've had errors. + 2002-03-11 Neil Booth <neil@daikokuya.demon.co.uk> * Makefile.in: Update. -doc: - * cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi. + * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi. Update documentation. - * gcc.texi: Include cppopts.texi and cppenv.texi. - * cpp.texi: Include cppopts.texi and cppenv.texi. + * doc/gcc.texi: Include cppopts.texi and cppenv.texi. + * doc/cpp.texi: Include cppopts.texi and cppenv.texi. 2002-03-11 Zack Weinberg <zack@codesourcery.com> |