ptree.c (print_lang_type): Print the real type of a PMF.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 9 Aug 1999 02:30:21 +0000 (02:30 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 9 Aug 1999 02:30:21 +0000 (22:30 -0400)
commitf3e4d63c924af4eab9bacf989db3d5187ca316ab
tree67145bc3dd60898a6dd39bf5df997819d9ce78fa
parentcb35be5713a3a2a28d06aabf364d12f5dd67e8d9
ptree.c (print_lang_type): Print the real type of a PMF.

* ptree.c (print_lang_type): Print the real type of a PMF.
Print what exceptions a fn type throws.

* typeck.c (common_type): Use same_type_p.

And revert:
* decl.c (bad_specifiers): It's OK to have an EH spec on a function
pointer.

From-SVN: r28609
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/ptree.c
gcc/cp/typeck.c