toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber warning from -Wunin...
authorMarc Lehmann <pcg@goof.com>
Sun, 31 Oct 1999 21:52:00 +0000 (21:52 +0000)
committerMarc Lehmann <pcg@gcc.gnu.org>
Sun, 31 Oct 1999 21:52:00 +0000 (21:52 +0000)
commit8fbe10354e67f3e1e6de42a770c3247c6f3b9330
treea7db00102c8e77be3ca6732e8ed7aac1339905d7
parent79f5f47f761945b6d6af8cd5bbdd3956f2336ecc
toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber warning from -Wuninitialized and put it under -W.

Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>

* toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
        warning from -Wuninitialized and put it under -W.
        * function.c (uninitialized_vars_warning): Warn only when the
        corresponding flag is set.

From-SVN: r30294
gcc/ChangeLog
gcc/function.c
gcc/toplev.c