diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c9df66..06e3423 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * doc/invoke.texi (Wctor-dtor-privacy): Update documentation. + 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d9b15bd..4cca671 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1597,7 +1597,7 @@ Instantiations of these templates may be mangled incorrectly. @opindex Wctor-dtor-privacy Warn when a class seems unusable, because all the constructors or destructors in a class are private and the class has no friends or -public static member functions. This warning is enabled by default. +public static member functions. @item -Wnon-virtual-dtor @r{(C++ only)} @opindex Wnon-virtual-dtor |