PR c++/85279 - dump_expr doesn't understand decltype.
authorJason Merrill <jason@redhat.com>
Mon, 9 Apr 2018 21:16:05 +0000 (17:16 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 9 Apr 2018 21:16:05 +0000 (17:16 -0400)
commit06756ed901c35e2430f924eb6a3998d872eb1040
treea7fa0e912d6592eacf8f68aeb5076dfcf7e5b1aa
parent06e8d82eba434c70d409b3d61b37b3427733e904
PR c++/85279 - dump_expr doesn't understand decltype.

* error.c (dump_expr): Handle DECLTYPE_TYPE.

From-SVN: r259257
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/testsuite/g++.dg/cpp0x/decltype67.C [new file with mode: 0644]