cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.
authorJason Merrill <jason@redhat.com>
Mon, 1 Apr 2013 19:05:06 +0000 (15:05 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 1 Apr 2013 19:05:06 +0000 (15:05 -0400)
commitc4101929ef37bbc91668b2ba5bd22a5361448700
tree11f6d755e965f6edfc93747266815cdcce7d3a9f
parent2eed8e37019cecd79d95b81ecfb6f8605b6361fa
cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.

* cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.
* class.c (same_signature_p): Use type_memfn_quals.
* cp-tree.h (TYPE_RAISES_EXCEPTIONS): Use
FUNCTION_OR_METHOD_TYPE_CHECK.
* error.c (dump_type_suffix): Add padding before cv-qualifiers.
* pt.c (unify): Use static_fn_type.

From-SVN: r197316
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/cxx-pretty-print.h
gcc/cp/error.c
gcc/cp/pt.c