]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/16190 (-Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code)
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 22 Jan 2006 02:38:03 +0000 (02:38 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 22 Jan 2006 02:38:03 +0000 (02:38 +0000)
commitefee9ded41e6e5daa56ad1fc5f89b8825cc862ce
treeb474b647fbee95d088cc14d5e28833c22edaffb0
parent0e686aa6f7af3db2a7fc3a8f988d14d4e75282f4
re PR c++/16190 (-Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code)

        PR c++/16190
        * c-opts.c (c_common_handle_option): Don't include
        -Wnon-virtual-dtor in -Wall; enable if -Weffc++.
        * doc/invoke.texi (C++ Dialect Options): Document that
        -Wnon-virtual-dtor is no longer included in -Wall.

From-SVN: r110085
gcc/ChangeLog
gcc/c-opts.c
gcc/doc/invoke.texi