This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/58435] Applying a type transformation to a list: const ignored


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58435

--- Comment #5 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Tue Sep 17 17:46:03 2013
New Revision: 202662

URL: http://gcc.gnu.org/viewcvs?rev=202662&root=gcc&view=rev
Log:
/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.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-38.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]