OSDN Git Service

fix entries ordering
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jan 2006 00:08:32 +0000 (00:08 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jan 2006 00:08:32 +0000 (00:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110384 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index c4c0fa9..6f73c28 100644 (file)
@@ -35,6 +35,8 @@
 
 2006-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
+       * call.c (joust): Pass option code to warning.  Use inform for
+       explanation. 
        * class.c (check_bases): Likewise.
        (maybe_warn_about_overly_private_class): Likewise.
        (check_field_decls): Likewise.
@@ -42,9 +44,6 @@
        (layout_virtual_bases): Likewise.
        (layout_class_type): Likewise.
 
-       * call.c (joust): Pass option code to warning.  Use inform for
-       explanation. 
-
 2006-01-28  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/25999