This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r248966 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...
- From: redi at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 07 Jun 2017 11:34:37 -0000
- Subject: r248966 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...
Author: redi
Date: Wed Jun 7 11:34:36 2017
New Revision: 248966
URL: https://gcc.gnu.org/viewcvs?rev=248966&root=gcc&view=rev
Log:
PR c++/80990 use cv-qualifiers in class template argument deduction
gcc/cp:
PR c++/80990
* pt.c (do_class_deduction): Build qualified type.
gcc/testsuite:
PR c++/80990
* g++.dg/cpp1z/class-deduction39.C: New.
Added:
trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction39.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c
trunk/gcc/testsuite/ChangeLog