]> git.ipfire.org Git - thirdparty/gcc.git/commit
cppinit.c (cpp_handle_option): Don't set no_output here...
authorJakub Jelinek <jakub@redhat.com>
Wed, 1 May 2002 20:07:36 +0000 (22:07 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 1 May 2002 20:07:36 +0000 (22:07 +0200)
commit1651cc96a4bbe8c470fe913e4aa5538dd12631fa
tree0af5394fa69c6cca7279895bd44508f64bc4cb41
parent8998d5bf4066a74600aa0abd1f8a6275d29b3b64
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: r53013
gcc/ChangeLog
gcc/cppinit.c