From fa817f7f72f9f225419737376766fa8741d8f246 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Tue, 22 Jan 2013 15:09:45 +0000 Subject: [PATCH] re PR c++/56067 (Removal of -Wsynth from doc didn't remove example) 2013-01-22 Paolo Carlini PR c++/56067 * doc/invoke.texi: Remove left over -Wsynth example. From-SVN: r195375 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 17 ----------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ec4ee2afa5..79054466dbe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-01-22 Paolo Carlini + + PR c++/56067 + * doc/invoke.texi: Remove left over -Wsynth example. + 2013-01-21 Jakub Jelinek PR tree-optimization/56051 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d60ac9f3689..55687480057 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2673,23 +2673,6 @@ Warn when overload resolution chooses a promotion from unsigned or enumerated type to a signed type, over a conversion to an unsigned type of the same size. Previous versions of G++ tried to preserve unsignedness, but the standard mandates the current behavior. - -@smallexample -struct A @{ - operator int (); - A& operator = (int); -@}; - -main () -@{ - A a,b; - a = b; -@} -@end smallexample - -@noindent -In this example, G++ synthesizes a default @samp{A& operator = -(const A&);}, while cfront uses the user-defined @samp{operator =}. @end table @node Objective-C and Objective-C++ Dialect Options -- 2.30.2