From 5f9e7dd53801428e1b1143a5c7a343e8ebe11890 Mon Sep 17 00:00:00 2001 From: sterling Date: Wed, 6 Jun 2012 23:06:06 +0000 Subject: [PATCH] Move Changelog entries to the right file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188284 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 11 ----------- gcc/c-family/ChangeLog | 12 ++++++++++++ gcc/cp/ChangeLog | 5 +++++ 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d789dbe..fe6a26e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -177,17 +177,6 @@ * ira-costs.c (setup_regno_cost_classes_by_aclass): Use uniform classes instead of pressure classes. -2012-06-04 Sterling Augustine - - * gcc/c-family/c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator. - * gcc/c-family/c-pretty-print.c (pp_c_specifier_qualifier_list): Check - it at both the start and end of the function. - * gcc/cp/error.c (dump_decl): Check pp_c_flag_gnu_v3. - (decl_as_dwarf_string, lang_decl_dwarf_name): New functions. - (lang_decl_name): Handle namespace decls. - * gcc/cp/cp-tree.h: Declare decl_as_dwarf_string, lang_decl_dwarf_name. - * gcc/cp/cp-lang.c: Call them. - 2012-06-04 Aldy Hernandez PR middle-end/47530 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index d354e6b..ac499b3 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -2,11 +2,23 @@ * c.opt (fconserve-space): Turn into a no-op. +2012-06-04 Sterling Augustine + + * c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator. + * c-pretty-print.c (pp_c_specifier_qualifier_list): Check it at + both the start and end of the function. + 2012-06-04 Steven Bosscher * c-common.c: Do not include output.h. * c-pragma.c: Likewise. +2012-06-04 Steven Bosscher + + * error.c (dump_decl): Check pp_c_flag_gnu_v3. + (decl_as_dwarf_string, lang_decl_dwarf_name): New functions. + (lang_decl_name): Handle namespace decls. + 2012-05-31 Steven Bosscher * c-ada-spec.c: Do not include output.h. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e8a11f3..d37542d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -60,6 +60,11 @@ * call.c (build_conditional_expr_1): Use OPT_Wenum_compare to control enumeral mismatch in conditional expression too. +2012-06-04 Sterling Augustine + + * cp-tree.h: Declare decl_as_dwarf_string, lang_decl_dwarf_name. + * cp-lang.c (cxx_dwarf_name): Call them. + 2012-06-04 Steven Bosscher * semantics.c: Do not include output.h. -- 2.7.4