re PR c++/48284 ([C++0x] incorrect printing of decltype operand in diagnostic)
authorJason Merrill <jason@redhat.com>
Fri, 27 May 2011 19:31:59 +0000 (15:31 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 27 May 2011 19:31:59 +0000 (15:31 -0400)
commit87fd3cf18a7e5d67bbbf9a96c34c5476544a4eac
treecb30504f468540fa345380bf247098a12f7fc9a8
parent0453694246f95eac300dca7c931d0f25368da2bb
re PR c++/48284 ([C++0x] incorrect printing of decltype operand in diagnostic)

PR c++/48284
* error.c (dump_expr) [COMPONENT_REF]: Use pp_cxx_dot
with INDIRECT_REF of REFERENCE_TYPE.

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