diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1999-07-20 15:13:01 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-07-20 15:13:01 -0400 |
commit | 3773a46b934e6d5a8a0803409a813dbfba5b46bc (patch) | |
tree | f7bd40b9e6c61ade2fdde4c0b13b88e694cb8882 /gcc/gcc.c | |
parent | c8649fde97502156b0896b622c8c52f464d16db3 (diff) | |
download | gcc-3773a46b934e6d5a8a0803409a813dbfba5b46bc.zip gcc-3773a46b934e6d5a8a0803409a813dbfba5b46bc.tar.gz gcc-3773a46b934e6d5a8a0803409a813dbfba5b46bc.tar.bz2 |
gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
* gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
* toplev.c (documented_lang_options): Add -fpreprocessed.
* cpplib.h (struct cpp_buffer): Add preprocessed.
* cppinit.c (cpp_handle_option): Handle -fpreprocessed.
(cpp_start_read): Don't expand macros or emit an initial #line
directive if -fpreprocessed.
* cpplib.h (struct cpp_buffer): Added manual_pop for
better C++ tokenization.
* cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
Also, support C++ tokenization for ->*, .*, <?, and >? operators.
* c-common.c (cpp_token): Make non-static.
From-SVN: r28190
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -694,7 +694,7 @@ static struct compiler default_compilers[] = {"%{!M:%{!MM:%{!E:cc1 %i %1 %{!Q:-quiet} %{d*} %{m*} %{a*}\ %{g*} %{O*} %{W*} %{w} %{pedantic*} %{std*}\ %{traditional} %{v:-version} %{pg:-p} %{p} %{f*}\ - %{aux-info*} %{Qn:-fno-ident}\ + %{aux-info*} %{Qn:-fno-ident} -fpreprocessed\ %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\ %{!S:as %a %Y\ |