From: Gabriel Dos Reis Date: Mon, 30 Jan 2006 00:08:32 +0000 (+0000) Subject: fix entries ordering X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f2ecbea0ce12f3f3f565cf182eed9df030e1609;p=gcc.git fix entries ordering From-SVN: r110384 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c4c0fa95632..6f73c2879aa 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -35,6 +35,8 @@ 2006-01-28 Gabriel Dos Reis + * 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 PR c++/25999