c++: Fix thinkos in template_args_equal change.
authorNathan Sidwell <nathan@acm.org>
Fri, 15 May 2020 13:34:20 +0000 (06:34 -0700)
committerNathan Sidwell <nathan@acm.org>
Fri, 15 May 2020 13:34:20 +0000 (06:34 -0700)
commit271e3da859f92e32e0f3a8779fb6ac0c2a7909c4
tree93c1e753775f792d815f3061a7f9efe7f949a71c
parent584a3c080bbd6e64131fa53771c7424bcf9d21fa
c++: Fix thinkos in template_args_equal change.

Arseny Solokha noticed I'd flubbed this patch, and it was not saying
what I thought it was saying.  Unfortunately that didn't break
anything (otherwise I'd've noticed).  Fixed thusly.

* pt.c (template_args_equal): Fix thinkos in previous 'cleanup'.
gcc/cp/ChangeLog
gcc/cp/pt.c