]> git.ipfire.org Git - thirdparty/gcc.git/commit
cppinit.c (cpp_handle_option): Don't set no_output here...
authorJakub Jelinek <jakub@redhat.com>
Fri, 3 May 2002 12:06:33 +0000 (14:06 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 3 May 2002 12:06:33 +0000 (14:06 +0200)
commit532b0cfc6d8cd8127895e03d047982bdf2098988
treebdda364ecdb8ea2ae220d0dc35f65ff2bf047485
parente4fdd3b747f6841664d1ab72e39497557a03ef73
cppinit.c (cpp_handle_option): Don't set no_output here...

* cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here...
(cpp_post_options): ...but here.  Disable -dD, -dN and -dI when
-M -or -MM is in effect.

From-SVN: r53086
gcc/ChangeLog
gcc/cppinit.c