From adb83beed2e6048a262cb3b0f76357c8b14f7aae Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 23 Dec 2003 00:28:04 +0000 Subject: [PATCH] * doc/invoke.texi: Deprecate -fwritable-strings. From-SVN: r74959 --- gcc/ChangeLog | 2 ++ gcc/doc/invoke.texi | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0e2bd3ebc2f..54d5577a0451 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2003-12-22 Mark Mitchell + * doc/invoke.texi: Deprecate -fwritable-strings. + * c-common.c (flag_external_templates): Remove. (flag_alt_external_templates): Likewise. * c-common.h (flag_external_templates): Remove. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5d3583f391b4..012ec0436182 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1244,6 +1244,8 @@ write into string constants. Writing into string constants is a very bad idea; ``constants'' should be constant. + +This option is deprecated. @end table @node C++ Dialect Options