From: Jason Merrill Date: Tue, 24 Feb 2004 18:37:29 +0000 (-0500) Subject: * tree.c (build_exception_variant): Use check_qualified_type. X-Git-Tag: releases/gcc-4.0.0~9880 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134084ffe2cccee198b5c204c2595e79be327902;p=thirdparty%2Fgcc.git * tree.c (build_exception_variant): Use check_qualified_type. From-SVN: r78380 --- 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