re PR c++/58435 (Applying a type transformation to a list: const ignored)
authorPaolo Carlini <paolo@gcc.gnu.org>
Tue, 17 Sep 2013 17:46:03 +0000 (17:46 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 17 Sep 2013 17:46:03 +0000 (17:46 +0000)
commit783f0cfc8d973c147a5243d7312b85e7ea892e1c
tree63f2d508f3488858a5aded0da200a3c24d31513a
parentb631d45ac3d9d53a648885ac6b88210da192ab37
re PR c++/58435 (Applying a type transformation to a list: const ignored)

/cp
2013-09-17  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58435
* pt.c (tsubst, [BOUND_TEMPLATE_TEMPLATE_PARM]): Take into account
the cp_type_quals (r) too.

/testsuite
2013-09-17  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58435
* g++.dg/cpp0x/alias-decl-38.C: New.

From-SVN: r202662
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/alias-decl-38.C [new file with mode: 0644]