From 134084ffe2cccee198b5c204c2595e79be327902 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 24 Feb 2004 13:37:29 -0500 Subject: [PATCH] * tree.c (build_exception_variant): Use check_qualified_type. From-SVN: r78380 --- gcc/ChangeLog | 1 - gcc/cp/ChangeLog | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2