]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree.c (build_exception_variant): Use check_qualified_type.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 24 Feb 2004 18:37:29 +0000 (13:37 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 24 Feb 2004 18:37:29 +0000 (13:37 -0500)
From-SVN: r78380

gcc/ChangeLog
gcc/cp/ChangeLog

index 102d04c7fb9cdac4b51cd88b182ef8db01192b5a..ef40e2914e038fff6e15151606f343ff991327a6 100644 (file)
@@ -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  <sanjivg@noida.hcltech.com>
 
index 875f7a57bcc15a1d03352c36b1c2baa91b4e6ecc..44add64734aefa1e327f3f284e1d50fc606a2190 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-24  Jason Merrill  <jason@redhat.com>
+
+       * tree.c (build_exception_variant): Use check_qualified_type.
+
 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
            Kazu Hirata  <kazu@cs.umass.edu>