Use type_hash_eq langhook in check_qualified_type.
authorJason Merrill <jason@redhat.com>
Thu, 3 Nov 2016 19:52:58 +0000 (15:52 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 3 Nov 2016 19:52:58 +0000 (15:52 -0400)
commit1906d6b4dc4cf6bddb82e9dc3534438230030a8e
treebba16b05930156885aa3e5b7fb63e4b7cfd29e1f
parentb302001e3a04e8d2911989816c8907bf3e5c2389
Use type_hash_eq langhook in check_qualified_type.

gcc/
* tree.c (check_lang_type): New.
(check_qualified_type): Use it.
(check_aligned_type): Use it.
* tree.h: Declare it.
gcc/cp/
* tree.c (cp_check_qualified_type): Call check_base_type instead
of check_qualified_type.
(cxx_type_hash_eq): Check ref-qualifiers.
* typeck.c (apply_memfn_quals): No need to mess with TYPE_CANONICAL.

From-SVN: r241831
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/cp/typeck.c
gcc/langhooks.h
gcc/tree.c
gcc/tree.h