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++/68683] [concepts] function satisfy_argument_deduction_constraint modifies a type tree node but leaves TYPE_CANONICAL unchanged


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68683

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Dec  7 21:45:13 2015
New Revision: 231385

URL: https://gcc.gnu.org/viewcvs?rev=231385&root=gcc&view=rev
Log:
        PR c++/68683
        * constraint.cc (satisfy_argument_deduction_constraint): Set
        TYPE_CANONICAL to NULL_TREE if PLACEHOLDER_TYPE_CONSTRAINTS are
        changed.

Added:
    trunk/gcc/testsuite/g++.dg/concepts/pr68683.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/constraint.cc

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