diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 102d04c7fb9c..ef40e2914e03 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,7 +4,6 @@ (get_qualified_type): Use it. If type already has the desired quals, just return it. * tree.h: Declare it. - * cp/tree.c (build_exception_variant): Use it. 2003-02-24 Sanjiv Kumar Gupta diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 875f7a57bcc1..44add64734ae 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-02-24 Jason Merrill + + * tree.c (build_exception_variant): Use check_qualified_type. + 2004-02-23 Zack Weinberg Kazu Hirata