re PR c++/49369 (typeof() strips const from member when used in const method)
authorJason Merrill <jason@redhat.com>
Tue, 14 Jun 2011 18:15:51 +0000 (14:15 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 14 Jun 2011 18:15:51 +0000 (14:15 -0400)
commit2bbf86a46bdece05107c54d94c4c8d41a2d17023
tree1f39a784eab7c00be8e20e81adf42b87e4acf284
parent11f449abc6fc745486699f2f7079497d4c582d40
re PR c++/49369 (typeof() strips const from member when used in const method)

PR c++/49369
* class.c (build_base_path): Fix cv-quals in unevaluated context.

From-SVN: r175042
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/decltype30.C [new file with mode: 0644]