diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-05-18 08:23:20 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-05-18 08:23:20 +0000 |
commit | 43612ffb67c38d7ff20507f62ae7f86b23f03ca4 (patch) | |
tree | 8d676f8eb309246fd73a05fd979264ce2b405f0e /gcc/ChangeLog | |
parent | c810846eb0ab7c2a6d614b0ec8b2a0905c3fd0ad (diff) | |
download | gcc-43612ffb67c38d7ff20507f62ae7f86b23f03ca4.tar.gz |
cppinit.c (cpp_post_options): If preprocessed, turn off traditional.
* cppinit.c (cpp_post_options): If preprocessed, turn off
traditional. If traditional, turn off column numbers.
* cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional.
* cpptrad.c (handle_newline): Update line_base.
(skip_comment): Handle -Wcomment.
From-SVN: r53582
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 590cf75b36d..cc5d35c4964 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2002-05-18 Neil Booth <neil@daikokuya.demon.co.uk> + + * cppinit.c (cpp_post_options): If preprocessed, turn off + traditional. If traditional, turn off column numbers. + * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional. + * cpptrad.c (handle_newline): Update line_base. + (skip_comment): Handle -Wcomment. + 2002-05-17 Zack Weinberg <zack@codesourcery.com> * cppinit.c (struct builtin): Remove unused fields. |