* tree.c (build_exception_variant): Use check_qualified_type.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2004 18:37:29 +0000 (18:37 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2004 18:37:29 +0000 (18:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78380 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cp/ChangeLog

index 102d04c..ef40e29 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 875f7a5..44add64 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>