aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2005-03-31 14:21:14 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2005-03-31 14:21:14 +0000
commit4e2db7a80fb4895d3fd0885991c30cf7ac5063f2 (patch)
tree6347b3e4e4c088f8c6d0c0058426b83102b0b166 /gcc/doc
parenteab92f58f68035c4360ff526bcf5d6ec52cc3f8c (diff)
downloadgcc-4e2db7a80fb4895d3fd0885991c30cf7ac5063f2.zip
gcc-4e2db7a80fb4895d3fd0885991c30cf7ac5063f2.tar.gz
gcc-4e2db7a80fb4895d3fd0885991c30cf7ac5063f2.tar.bz2
re PR c++/18644 (-Wsynth warning in <complex>)
doc/ PR c++/18644 * doc/invoke.texi (-Wsynth): Don't document, as it now is void of semantics. cp/ PR c++/18644 * call.c (build_new_op): Remove check for -Wsynth. From-SVN: r97318
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi9
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c750c995..2f8c7ac 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -188,7 +188,7 @@ in the following sections.
-Weffc++ -Wno-deprecated @gol
-Wno-non-template-friend -Wold-style-cast @gol
-Woverloaded-virtual -Wno-pmf-conversions @gol
--Wsign-promo -Wsynth}
+-Wsign-promo}
@item Objective-C and Objective-C++ Language Options
@xref{Objective-C and Objective-C++ Dialect Options,,Options Controlling
@@ -1794,13 +1794,6 @@ enumerated type to a signed type, over a conversion to an unsigned type of
the same size. Previous versions of G++ would try to preserve
unsignedness, but the standard mandates the current behavior.
-@item -Wsynth @r{(C++ only)}
-@opindex Wsynth
-@cindex warning for synthesized methods
-@cindex synthesized methods, warning
-Warn when G++'s synthesis behavior does not match that of cfront. For
-instance:
-
@smallexample
struct A @{
operator int ();