c++: Don't save parms in nested requirement [pr 94827]
authorNathan Sidwell <nathan@acm.org>
Mon, 4 May 2020 16:44:39 +0000 (09:44 -0700)
committerNathan Sidwell <nathan@acm.org>
Mon, 4 May 2020 16:44:39 +0000 (09:44 -0700)
commitf1621d18f5517977c161f0fb29c54b4ef7d8245c
tree063269f3f738a4a6c42c0e07d4dcddf49e3b1a88
parent05be85b649173b10d0bf10255eb15275c2dcf509
c++: Don't save parms in nested requirement [pr 94827]

This followup patch just removes some stashing that we never made use of.

* constraint.cc (tsubst_nested_requirement): TYPE directly holds
notmalized requirement.
(finish_nested_requirement): Don't stash current tpl parms into
the requirement.
(diagnose_nested_requirement): TYPE directly holds notmalized
requirement.
gcc/cp/ChangeLog
gcc/cp/constraint.cc