diff options
author | Gabriel Dos Reis <gdr@integrable-solutions.net> | 2006-02-09 16:28:26 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2006-02-09 16:28:26 +0000 |
commit | cfb10bd3bad0636ed13ee47ffa9571287ee2d8d8 (patch) | |
tree | b179cc85dddedf0fe8e6f465783c974cde2e7b0a /gcc/c.opt | |
parent | f9fa4363858bbe008735b45d15b0c031ce5ca08b (diff) | |
download | gcc-cfb10bd3bad0636ed13ee47ffa9571287ee2d8d8.zip gcc-cfb10bd3bad0636ed13ee47ffa9571287ee2d8d8.tar.gz gcc-cfb10bd3bad0636ed13ee47ffa9571287ee2d8d8.tar.bz2 |
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
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -469,10 +469,6 @@ fconserve-space C++ ObjC++ Reduce the size of object files -fconst-strings -C++ ObjC++ -Make string literals \"const char[]\" not \"char[]\" - fconstant-string-class= ObjC ObjC++ Joined -fconst-string-class=<name> Use class <name> for constant strings |