From: Dale Johannesen Date: Fri, 15 Apr 2005 23:17:15 +0000 (+0000) Subject: Move my 2005-03-18 ChangeLog to cp/ChangeLog. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=485fe3424c3e4f963eeb10003d0db856c7c5b735;p=gcc.git Move my 2005-03-18 ChangeLog to cp/ChangeLog. From-SVN: r98213 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75de6f0b943..b7448c7e40b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3848,10 +3848,6 @@ * config/mips/mips.c: Follow the spelling convensions. * doc/invoke.texi: Fix typos. -2005-03-18 Dale Johannese - - * cp/tree.c (cp_tree_equal): Handle SSA_NAME. - 2005-03-23 Daniel Berlin Fix PR tree-optimization/20601 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ee213cb08cd..296f280fd2b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -291,6 +291,10 @@ * parser.c (cp_parser_postfix_expression) : Check the return value of cp_parser_nested_name_specifier. +2005-03-18 Dale Johannesen + + * cp/tree.c (cp_tree_equal): Handle SSA_NAME. + 2005-03-18 Paolo Carlini PR c++/20463