c-common.h (flag_const_strings): Don't declare.
commitcfb10bd3bad0636ed13ee47ffa9571287ee2d8d8
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Thu, 9 Feb 2006 16:28:26 +0000 (9 16:28 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 9 Feb 2006 16:28:26 +0000 (9 16:28 +0000)
treeb179cc85dddedf0fe8e6f465783c974cde2e7b0a
parentf9fa4363858bbe008735b45d15b0c031ce5ca08b
c-common.h (flag_const_strings): Don't declare.

2006-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>

        * c-common.h (flag_const_strings): Don't declare.
        * c-common.c (flag_const_strings): Remove.
        * c.opt (fconst_strings): Remove.
        * c-opts.c (c_common_handle_option): Remove
        * <OPT_fconst_strings>.
        <OPT_Wwrite_strings>: Don't set flag_const_strings.
        (c_common_init_options): Don't set flag_const_strings.
        * doc/invoke.texi (-fno-const-strings): Remove documentation.

cp/
2006-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>

        * typeck.c (string_conv_p): Don't test for flag_const_strings.

testsuite/
2006-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>

        * g++.old-deja/g++.benjamin/15351-2.C: Likewise.
        * g++.old-deja/g++.benjamin/15351-1.C: Remove.

From-SVN: r110804
gcc/ChangeLog
gcc/c-common.c
gcc/c-opts.c
gcc/c.opt
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.benjamin/15351-1.C [deleted file]
gcc/testsuite/g++.old-deja/g++.benjamin/15351-2.C [deleted file]