diff options
author | sterling <sterling@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-06 23:06:06 +0000 |
---|---|---|
committer | sterling <sterling@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-06 23:06:06 +0000 |
commit | 5f9e7dd53801428e1b1143a5c7a343e8ebe11890 (patch) | |
tree | 898f9a0749db831e704e2669c2895e8504627e51 /gcc/cp | |
parent | c4698a21964cdc07e1b0c5397cc9417ead7e6797 (diff) | |
download | gcc-5f9e7dd53801428e1b1143a5c7a343e8ebe11890.tar.gz |
Move Changelog entries to the right file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188284 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e8a11f31321..d37542d6995 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 <saugustine@google.com> + + * 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 <steven@gcc.gnu.org> * semantics.c: Do not include output.h. |