cppinit.c (cpp_post_options): If preprocessed, turn off traditional.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 18 May 2002 08:23:20 +0000 (08:23 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 18 May 2002 08:23:20 +0000 (08:23 +0000)
commit43612ffb67c38d7ff20507f62ae7f86b23f03ca4
tree8d676f8eb309246fd73a05fd979264ce2b405f0e
parentc810846eb0ab7c2a6d614b0ec8b2a0905c3fd0ad
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
gcc/ChangeLog
gcc/cppinit.c
gcc/cpplib.c
gcc/cpptrad.c